Composer\Autoload
ClassLoader::setClassMapAuthoritative
Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.
Method of the class: ClassLoader{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$ClassLoader = new ClassLoader(); $ClassLoader->setClassMapAuthoritative( $classMapAuthoritative );
- $classMapAuthoritative(true|false) (required)
- .
ClassLoader::setClassMapAuthoritative() ClassLoader::setClassMapAuthoritative code WPSCache 3.0.0
public function setClassMapAuthoritative($classMapAuthoritative) { $this->classMapAuthoritative = $classMapAuthoritative; }