Home
last modified time | relevance | path

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

/template/twigstarter/vendor/composer/
DClassLoader.php87 private $classMapAuthoritative = false; variable in Composer\\Autoload\\ClassLoader
341 * @param bool $classMapAuthoritative
345 public function setClassMapAuthoritative($classMapAuthoritative) argument
347 $this->classMapAuthoritative = $classMapAuthoritative;
357 return $this->classMapAuthoritative;
449 if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
/template/strap/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])) {