Home
last modified time | relevance | path

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

/dokuwiki/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])) {