You are here

public function ClassLoader::setUseIncludePath in Currency 7.2

Turns on searching the include path for class files.

Parameters

bool $useIncludePath:

File

currency/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;
}