ClassLoader::getRegisteredLoaders()
Method: Returns the currently registered loaders indexed by their corresponding vendor directories.
Source: vendor/composer/ClassLoader.php:399
Method: Returns the currently registered loaders indexed by their corresponding vendor directories.
Source: vendor/composer/ClassLoader.php:399
Method:
Source: vendor/composer/ClassLoader.php:64
Method: APCu prefix to use to cache found/not-found classes, if the extension is enabled.
Source: vendor/composer/ClassLoader.php:289
Method: The APCu prefix in use, or null if APCu caching is not enabled.
Source: vendor/composer/ClassLoader.php:299
Method: Registers this instance as an autoloader.
Source: vendor/composer/ClassLoader.php:309
Method: Unregisters this instance as an autoloader.
Source: vendor/composer/ClassLoader.php:328
Method: Loads the given class or interface.
Source: vendor/composer/ClassLoader.php:343
Method: Finds the path to the file where the class is defined.
Source: vendor/composer/ClassLoader.php:359
Method:
Source: vendor/composer/ClassLoader.php:404
Method: Turns on searching the include path for class files.
Source: vendor/composer/ClassLoader.php:247