You are here

public function ClassLoader::getUseIncludePath in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/composer/ClassLoader.php \Composer\Autoload\ClassLoader::getUseIncludePath()

Can be used to check if the autoloader uses the include path to check for classes.

Return value

bool

File

vendor/composer/ClassLoader.php, line 248

Class

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

Namespace

Composer\Autoload

Code

public function getUseIncludePath() {
  return $this->useIncludePath;
}