Composer\Autoload
ClassLoader::setUseIncludePath()
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() ClassLoader::setUseIncludePath code WPSCache 1.12.4
public function setUseIncludePath($useIncludePath) { $this->useIncludePath = $useIncludePath; }