JClassLoader
class JClassLoader
Decorate Composer ClassLoader for Joomla!
For backward compatibility due to class aliasing in the CMS, the loadClass() method was modified to call the JLoader::applyAliasFor() method.
Methods
__construct(
ClassLoader $loader)
Constructor
boolean|null
loadClass(
string $class)
Loads the given class or interface.