Lines Matching refs:prepend
116 * @param bool $prepend Whether to prepend the directories
118 public function add($prefix, $paths, $prepend = false)
121 if ($prepend) {
142 if ($prepend) {
161 * @param bool $prepend Whether to prepend the directories
165 public function addPsr4($prefix, $paths, $prepend = false)
169 if ($prepend) {
188 } elseif ($prepend) {
307 * @param bool $prepend Whether to prepend the autoloader or not
309 public function register($prepend = false)
311 spl_autoload_register(array($this, 'loadClass'), true, $prepend);
317 if ($prepend) {