ClassLoader::getUseIncludePath()

Can be used to check if the autoloader uses the include path to check for classes.


Return Return

(bool)


Top ↑

Source Source

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

    public function getUseIncludePath()
    {
        return $this->useIncludePath;
    }

Top ↑

User Contributed Notes User Contributed Notes

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