ClassLoader::setUseIncludePath( bool $useIncludePath )

Turns on searching the include path for class files.


Parameters

$useIncludePath

(bool) (Required)


Source

File: vendor/composer/ClassLoader.php

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