You are here

public function ClassLoader::setUseIncludePath in Module Builder 7.2

Turns on searching the include path for class files.

Parameters

bool $useIncludePath:

File

vendor/composer/ClassLoader.php, line 237

Class

ClassLoader
ClassLoader implements a PSR-0 class loader

Namespace

Composer\Autoload

Code

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