ClassLoader::setUseIncludePath( bool $useIncludePath )
Turns on searching the include path for class files.
Contents
Parameters Parameters
- $useIncludePath
-
(bool) (Required)
Return Return
(void)
Source Source
File: libraries/lifterlms-cli/vendor/composer/ClassLoader.php
public function setUseIncludePath($useIncludePath)
{
$this->useIncludePath = $useIncludePath;
}
Expand full source code Collapse full source code View on GitHub