public function ClassLoader::isClassMapAuthoritative in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/composer/ClassLoader.php \Composer\Autoload\ClassLoader::isClassMapAuthoritative()
Should class lookup fail if not found in the current class map?
Return value
bool
File
- vendor/
composer/ ClassLoader.php, line 269
Class
- ClassLoader
- ClassLoader implements a PSR-0 class loader
Namespace
Composer\AutoloadCode
public function isClassMapAuthoritative() {
return $this->classMapAuthoritative;
}