public function ClassLoader::getUseIncludePath in Mobile Number 7
Can be used to check if the autoloader uses the include path to check for classes.
Return value
bool Return bool.
File
- include/
ClassLoader.php, line 282
Class
- ClassLoader
- ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
Namespace
mobile_numberCode
public function getUseIncludePath() {
return $this->useIncludePath;
}