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