public function ClassLoader::isClassMapAuthoritative in Mobile Number 7
Should class lookup fail if not found in the current class map?
Return value
bool Return bool.
File
- include/
ClassLoader.php, line 304
Class
- ClassLoader
- ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
Namespace
mobile_numberCode
public function isClassMapAuthoritative() {
return $this->classMapAuthoritative;
}