Methods
1 to 17 of 17
- xrstf_Composer52_ClassLoader::add() – Registers a set of classes, merging with any others previously set.
- xrstf_Composer52_ClassLoader::addClassMap() –
- xrstf_Composer52_ClassLoader::findFile() – Finds the path to the file where the class is defined.
- xrstf_Composer52_ClassLoader::getClassMap() –
- xrstf_Composer52_ClassLoader::getClassMapAuthoratative() – Should class lookup fail if not found in the current class map?
- xrstf_Composer52_ClassLoader::getClassPath() –
- xrstf_Composer52_ClassLoader::getFallbackDirs() –
- xrstf_Composer52_ClassLoader::getPrefixes() –
- xrstf_Composer52_ClassLoader::getUseIncludePath() – Can be used to check if the autoloader uses the include path to check for classes.
- xrstf_Composer52_ClassLoader::loadClass() – Loads the given class or interface.
- xrstf_Composer52_ClassLoader::register() – Registers this instance as an autoloader.
- xrstf_Composer52_ClassLoader::resolveIncludePath() –
- xrstf_Composer52_ClassLoader::set() – Registers a set of classes, replacing any others previously set.
- xrstf_Composer52_ClassLoader::setAllowUnderscore() –
- xrstf_Composer52_ClassLoader::setClassMapAuthoritative() – Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.
- xrstf_Composer52_ClassLoader::setUseIncludePath() – Turns on searching the include path for class files.
- xrstf_Composer52_ClassLoader::unregister() – Unregisters this instance as an autoloader.