ClassLoader::setClassMapAuthoritative( bool $classMapAuthoritative )
Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.
Parameters
- $classMapAuthoritative
-
(Required)
Source
File: vendor/composer/ClassLoader.php
public function setClassMapAuthoritative($classMapAuthoritative)
{
$this->classMapAuthoritative = $classMapAuthoritative;
}