ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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.