Lines Matching refs:prepend
106 * @param bool $prepend Whether to prepend the directories
108 public function add($prefix, $paths, $prepend = false) argument
111 if ($prepend) {
132 if ($prepend) {
151 * @param bool $prepend Whether to prepend the directories
155 public function addPsr4($prefix, $paths, $prepend = false) argument
159 if ($prepend) {
178 } elseif ($prepend) {
277 * @param bool $prepend Whether to prepend the autoloader or not
279 public function register($prepend = false) argument
281 spl_autoload_register(array($this, 'loadClass'), true, $prepend);