ClassLoader::isClassMapAuthoritative()

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


Return Return

(bool)


Top ↑

Source Source

File: libraries/lifterlms-cli/vendor/composer/ClassLoader.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.