Lines Matching defs:prepend
107 * @param bool $prepend Whether to prepend the directories
109 public function add($prefix, $paths, $prepend = false)
112 if ($prepend) {
133 if ($prepend) {
152 * @param bool $prepend Whether to prepend the directories
156 public function addPsr4($prefix, $paths, $prepend = false)
160 if ($prepend) {
179 } elseif ($prepend) {
298 * @param bool $prepend Whether to prepend the autoloader or not
300 public function register($prepend = false)
302 spl_autoload_register(array($this, 'loadClass'), true, $prepend);