ClassLoader::getUseIncludePath()
Can be used to check if the autoloader uses the include path to check for classes.
Contents
Return Return
(bool)
Source Source
File: libraries/lifterlms-cli/vendor/composer/ClassLoader.php
332 333 334 335 | public function getUseIncludePath() { return $this ->useIncludePath; } |
Expand full source code Collapse full source code View on GitHub