Lines Matching defs:prepend
184 * @param bool $prepend Whether to prepend the directories
188 public function add($prefix, $paths, $prepend = false)
191 if ($prepend) {
212 if ($prepend) {
231 * @param bool $prepend Whether to prepend the directories
237 public function addPsr4($prefix, $paths, $prepend = false)
241 if ($prepend) {
260 } elseif ($prepend) {
389 * @param bool $prepend Whether to prepend the autoloader or not
393 public function register($prepend = false)
395 spl_autoload_register(array($this, 'loadClass'), true, $prepend);
401 if ($prepend) {