ClassLoader::unregister()
Method: Unregisters this instance as an autoloader.
Source: vendor/composer/ClassLoader.php:308
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
Method: Registers a set of PSR-0 directories for a given prefix, replacing any others previously set for this prefix.
Source: vendor/composer/ClassLoader.php:201
Method: Registers a set of PSR-4 directories for a given namespace, replacing any others previously set for this namespace.
Source: vendor/composer/ClassLoader.php:219
Method: Turns on searching the include path for class files.
Source: vendor/composer/ClassLoader.php:238
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