ClassLoader::getRegisteredLoaders()
Method: Returns the currently registered loaders indexed by their corresponding vendor directories.
Source: includes/gateways/stripe/vendor/composer/ClassLoader.php:399
Method: Returns the currently registered loaders indexed by their corresponding vendor directories.
Source: includes/gateways/stripe/vendor/composer/ClassLoader.php:399
Method:
Source: includes/gateways/stripe/vendor/composer/ClassLoader.php:64
Method: Registers a set of PSR-4 directories for a given namespace, replacing any others previously set for this namespace.
Source: includes/gateways/stripe/vendor/composer/ClassLoader.php:228
Method: Turns on searching the include path for class files.
Source: includes/gateways/stripe/vendor/composer/ClassLoader.php:247
Method: Can be used to check if the autoloader uses the include path to check for classes.
Source: includes/gateways/stripe/vendor/composer/ClassLoader.php:258
Method: Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.
Source: includes/gateways/stripe/vendor/composer/ClassLoader.php:269
Method: Should class lookup fail if not found in the current class map?
Source: includes/gateways/stripe/vendor/composer/ClassLoader.php:279
Method: APCu prefix to use to cache found/not-found classes, if the extension is enabled.
Source: includes/gateways/stripe/vendor/composer/ClassLoader.php:289
Method: The APCu prefix in use, or null if APCu caching is not enabled.
Source: includes/gateways/stripe/vendor/composer/ClassLoader.php:299
Method: Registers this instance as an autoloader.
Source: includes/gateways/stripe/vendor/composer/ClassLoader.php:309