Composer\Autoload

ClassLoader::getUseIncludePathpublicWPSCache 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.

Returns

true|false.

Usage

$ClassLoader = new ClassLoader();
$ClassLoader->getUseIncludePath();

ClassLoader::getUseIncludePath() code WPSCache 3.0.0

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