You are here

public function ClassLoader::setUseIncludePath in Auth0 Single Sign On 8.2

Turns on searching the include path for class files.

Parameters

bool $useIncludePath:

File

vendor/composer/ClassLoader.php, line 238

Class

ClassLoader
ClassLoader implements a PSR-0, PSR-4 and classmap class loader.

Namespace

Composer\Autoload

Code

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