You appear to be a bot. Output may be restricted
Description
Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.
Usage
$void = ClassLoader::setClassMapAuthoritative( $classMapAuthoritative );
Parameters
- $classMapAuthoritative
- ( bool ) required –
Returns
void
Source
File name: jetpack/vendor/composer/ClassLoader.php
Lines:
1 to 4 of 4
public function setClassMapAuthoritative($classMapAuthoritative) { $this->classMapAuthoritative = $classMapAuthoritative; }