ClassLoader::getUseIncludePath()
Method: Can be used to check if the autoloader uses the include path to check for classes.
Source: vendor/composer/ClassLoader.php:249
Method: Can be used to check if the autoloader uses the include path to check for classes.
Source: vendor/composer/ClassLoader.php:249
Method: Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.
Source: vendor/composer/ClassLoader.php:260
Method: Should class lookup fail if not found in the current class map?
Source: vendor/composer/ClassLoader.php:270
Method: APCu prefix to use to cache found/not-found classes, if the extension is enabled.
Source: vendor/composer/ClassLoader.php:280
Method: The APCu prefix in use, or null if APCu caching is not enabled.
Source: vendor/composer/ClassLoader.php:290
Method: Registers this instance as an autoloader.
Source: vendor/composer/ClassLoader.php:300
Method: Unregisters this instance as an autoloader.
Source: vendor/composer/ClassLoader.php:308
Method: Loads the given class or interface.
Source: vendor/composer/ClassLoader.php:319
Method: Finds the path to the file where the class is defined.
Source: vendor/composer/ClassLoader.php:335
Method:
Source: vendor/composer/ClassLoader.php:370