Composer\Autoload

ClassLoader::getUseIncludePath()publicWPSCache 1.0

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() code WPSCache 1.11.0

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