Lines Matching defs:prepend
180 * @param bool $prepend Whether to prepend the directories
184 public function add($prefix, $paths, $prepend = false)
187 if ($prepend) {
208 if ($prepend) {
227 * @param bool $prepend Whether to prepend the directories
233 public function addPsr4($prefix, $paths, $prepend = false)
237 if ($prepend) {
256 } elseif ($prepend) {
385 * @param bool $prepend Whether to prepend the autoloader or not
389 public function register($prepend = false)
391 spl_autoload_register(array($this, 'loadClass'), true, $prepend);
397 if ($prepend) {