Searched refs:prefixes (Results 1 – 1 of 1) sorted by relevance
55 protected $prefixes = []; variable in App\\Autoloader89 if (isset($this->prefixes[$prefix]) === false) {90 $this->prefixes[$prefix] = [];95 array_unshift($this->prefixes[$prefix], $baseDir);97 array_push($this->prefixes[$prefix], $baseDir);163 if (isset($this->prefixes[$prefix]) === false) {168 foreach ($this->prefixes[$prefix] as $baseDir) {
Completed in 4 milliseconds