public function ClassLoader::getUseIncludePath in Currency 7.2
Can be used to check if the autoloader uses the include path to check for classes.
Return value
bool
File
- currency/
vendor/ composer/ ClassLoader.php, line 248
Class
- ClassLoader
- ClassLoader implements a PSR-0 class loader
Namespace
Composer\AutoloadCode
public function getUseIncludePath() {
return $this->useIncludePath;
}