ClassLoader::isClassMapAuthoritative()

Should class lookup fail if not found in the current class map?


Return

(bool)


Source

File: vendor/composer/ClassLoader.php

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