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.
Returns
true|false
.
Usage
$ClassLoader = new ClassLoader(); $ClassLoader->getUseIncludePath();
ClassLoader::getUseIncludePath() ClassLoader::getUseIncludePath code WPSCache 3.0.0
public function getUseIncludePath() { return $this->useIncludePath; }