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.

Returns

true|false.

Usage

$ClassLoader = new ClassLoader();
$ClassLoader->isClassMapAuthoritative();

ClassLoader::isClassMapAuthoritative() code WPSCache 2.0.1

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