public function ClassLoader::setClassMapAuthoritative in Currency 7.2
Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.
Parameters
bool $classMapAuthoritative:
File
- currency/
vendor/ composer/ ClassLoader.php, line 259
Class
- ClassLoader
- ClassLoader implements a PSR-0 class loader
Namespace
Composer\AutoloadCode
public function setClassMapAuthoritative($classMapAuthoritative) {
$this->classMapAuthoritative = $classMapAuthoritative;
}