Methods
1 to 21 of 21
- ClassLoader::__construct() –
- ClassLoader::add() – Registers a set of PSR-0 directories for a given prefix, either appending or prepending to the ones previously set for this prefix.
- ClassLoader::addClassMap() –
- ClassLoader::addPsr4() – Registers a set of PSR-4 directories for a given namespace, either appending or prepending to the ones previously set for this namespace.
- ClassLoader::findFile() – Finds the path to the file where the class is defined.
- ClassLoader::findFileWithExtension() –
- ClassLoader::getApcuPrefix() – The APCu prefix in use, or null if APCu caching is not enabled.
- ClassLoader::getClassMap() –
- ClassLoader::getFallbackDirs() –
- ClassLoader::getFallbackDirsPsr4() –
- ClassLoader::getPrefixes() –
- ClassLoader::getPrefixesPsr4() –
- ClassLoader::getRegisteredLoaders() – Returns the currently registered loaders indexed by their corresponding vendor directories.
- ClassLoader::getUseIncludePath() – Can be used to check if the autoloader uses the include path to check for classes.
- ClassLoader::isClassMapAuthoritative() – Should class lookup fail if not found in the current class map?
- ClassLoader::set() – Registers a set of PSR-0 directories for a given prefix, replacing any others previously set for this prefix.
- ClassLoader::setApcuPrefix() – APCu prefix to use to cache found/not-found classes, if the extension is enabled.
- ClassLoader::setClassMapAuthoritative() – Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.
- ClassLoader::setPsr4() – Registers a set of PSR-4 directories for a given namespace, replacing any others previously set for this namespace.
- ClassLoader::setUseIncludePath() – Turns on searching the include path for class files.
- ClassLoader::unregister() – Unregisters this instance as an autoloader.