ComposerStaticInit64e7feb07380e810f744b5d5ef9ee526
ClassLoader::findFileWithExtension()
ClassLoader::getRegisteredLoaders()
Method: Returns the currently registered loaders indexed by their corresponding vendor directories.
Read MoreClassLoader::setApcuPrefix()
Method: APCu prefix to use to cache found/not-found classes, if the extension is enabled.
Read MoreClassLoader::getUseIncludePath()
Method: Can be used to check if the autoloader uses the include path to check for classes.
Read MoreClassLoader::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::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 More