ClassLoader::isClassMapAuthoritative()
Should class lookup fail if not found in the current class map?
Contents
Return Return
(bool)
Source Source
File: libraries/lifterlms-cli/vendor/composer/ClassLoader.php
public function isClassMapAuthoritative()
{
return $this->classMapAuthoritative;
}
Expand full source code Collapse full source code View on GitHub