ClassLoader::setUseIncludePath( bool $useIncludePath )
Turns on searching the include path for class files.
Parameters
- $useIncludePath
-
(Required)
Source
File: vendor/composer/ClassLoader.php
public function setUseIncludePath($useIncludePath)
{
$this->useIncludePath = $useIncludePath;
}