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