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 ACF 6.8.8
public function getUseIncludePath()
{
return $this->useIncludePath;
}