Composer\Autoload
ClassLoader::getUseIncludePath()
Can be used to check if the autoloader uses the include path to check for classes.
Method of the class: ClassLoader{}
No Hooks.
Return
true|false
.
Usage
$ClassLoader = new ClassLoader(); $ClassLoader->getUseIncludePath();
ClassLoader::getUseIncludePath() ClassLoader::getUseIncludePath code WPSCache 1.12.4
public function getUseIncludePath() { return $this->useIncludePath; }