|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Autoloads Twig classes. More...
Collaboration diagram for Twig_Autoloader: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.
|
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.