ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Autoloads Twig classes. More...
Static Public Member Functions | |
static | register ($prepend=false) |
Registers Twig_Autoloader as an SPL autoloader. More... | |
static | autoload ($class) |
Handles autoloading of classes. More... | |
Autoloads Twig classes.
Definition at line 21 of file Autoloader.php.
|
static |
Handles autoloading of classes.
string | $class | a class name |
Definition at line 44 of file Autoloader.php.
References $file.
|
static |
Registers Twig_Autoloader as an SPL autoloader.
bool | $prepend | whether to prepend the autoloader or not |
Definition at line 28 of file Autoloader.php.