Method: Returns the currently registered loaders indexed by their corresponding vendor directories.
Read MoreClassLoader::findFileWithExtension()
ComposerStaticInit64e7feb07380e810f744b5d5ef9ee526
ComposerStaticInit64e7feb07380e810f744b5d5ef9ee526::getInitializer()
ClassLoader::setClassMapAuthoritative()
Method: Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.
Read MoreClassLoader::isClassMapAuthoritative()
Method: Should class lookup fail if not found in the current class map?
Read MoreClassLoader::setApcuPrefix()
Method: APCu prefix to use to cache found/not-found classes, if the extension is enabled.
Read MoreClassLoader::getApcuPrefix()
Method: The APCu prefix in use, or null if APCu caching is not enabled.
Read MoreClassLoader::register()
Method: Registers this instance as an autoloader.
Read MoreClassLoader::unregister()
Method: Unregisters this instance as an autoloader.
Read More