Home
last modified time | relevance | path

Searched refs:classMapAuthoritative (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/composer/
H A DClassLoader.php88 private $classMapAuthoritative = false; variable in Composer\\Autoload\\ClassLoader
339 * @param bool $classMapAuthoritative
343 public function setClassMapAuthoritative($classMapAuthoritative) argument
345 $this->classMapAuthoritative = $classMapAuthoritative;
355 return $this->classMapAuthoritative;
448 if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
/template/twigstarter/vendor/composer/
DClassLoader.php88 private $classMapAuthoritative = false; variable in Composer\\Autoload\\ClassLoader
339 * @param bool $classMapAuthoritative
343 public function setClassMapAuthoritative($classMapAuthoritative) argument
345 $this->classMapAuthoritative = $classMapAuthoritative;
355 return $this->classMapAuthoritative;
448 if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {