Composer\Autoload

ClassLoader::setUseIncludePath()publicWPSCache 1.0

Turns on searching the include path for class files.

Method of the class: ClassLoader{}

No Hooks.

Return

null. Nothing (null).

Usage

$ClassLoader = new ClassLoader();
$ClassLoader->setUseIncludePath( $useIncludePath );
$useIncludePath(true|false) (required)
-

ClassLoader::setUseIncludePath() code WPSCache 1.12.0

public function setUseIncludePath($useIncludePath)
{
    $this->useIncludePath = $useIncludePath;
}