Composer\Autoload

ClassLoader::isClassMapAuthoritative()publicWPSCache 1.0

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() code WPSCache 1.11.0

public function isClassMapAuthoritative()
{
    return $this->classMapAuthoritative;
}