ComposerStaticInit64e7feb07380e810f744b5d5ef9ee526
ClassLoader::findFileWithExtension()
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 More