Lines Matching defs:prepend
176 * @param bool $prepend Whether to prepend the directories
180 public function add($prefix, $paths, $prepend = false)
184 if ($prepend) {
205 if ($prepend) {
224 * @param bool $prepend Whether to prepend the directories
230 public function addPsr4($prefix, $paths, $prepend = false)
235 if ($prepend) {
254 } elseif ($prepend) {
383 * @param bool $prepend Whether to prepend the autoloader or not
387 public function register($prepend = false)
389 spl_autoload_register(array($this, 'loadClass'), true, $prepend);
395 if ($prepend) {