ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Static Public Member Functions | |
static | Register () |
Register the Autoloader with SPL. More... | |
static | Load ($pClassName) |
Autoload a class identified by name. More... | |
Definition at line 46 of file Autoloader.php.
|
static |
Autoload a class identified by name.
string | $pClassName | Name of the object to load |
Definition at line 71 of file Autoloader.php.
Referenced by AutoloaderTest\testAutoloaderInvalidPHPExcelClass(), AutoloaderTest\testAutoloaderNonPHPExcelClass(), and AutoloaderTest\testAutoloadValidPHPExcelClass().
|
static |
Register the Autoloader with SPL.
Definition at line 52 of file Autoloader.php.