Composer\Autoload

ClassLoader::isClassMapAuthoritativepublicACF 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 ACF 6.8.8

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