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
Class:
Source: vendor/composer/autoload_static.php:7
Method:
Source: vendor/composer/autoload_static.php:77
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