Composer\Autoload
ClassLoader::isClassMapAuthoritative()
Should class lookup fail if not found in the current class map?
Method of the class: ClassLoader{}
No Hooks.
Return
true|false
.
Usage
$ClassLoader = new ClassLoader(); $ClassLoader->isClassMapAuthoritative();
ClassLoader::isClassMapAuthoritative() ClassLoader::isClassMapAuthoritative code WPSCache 1.12.4
public function isClassMapAuthoritative() { return $this->classMapAuthoritative; }