|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Lazy loads the runtime implementations for a Twig element. More...
Inheritance diagram for Twig_FactoryRuntimeLoader:
Collaboration diagram for Twig_FactoryRuntimeLoader:Public Member Functions | |
| __construct ($map=array()) | |
| load ($class) | |
| Creates the runtime implementation of a Twig element (filter/function/test). More... | |
| load ($class) | |
| Creates the runtime implementation of a Twig element (filter/function/test). More... | |
Private Attributes | |
| $map | |
Lazy loads the runtime implementations for a Twig element.
Definition at line 17 of file FactoryRuntimeLoader.php.
| Twig_FactoryRuntimeLoader::__construct | ( | $map = array() | ) |
| array | $map | An array where keys are class names and values factory callables |
Definition at line 24 of file FactoryRuntimeLoader.php.
References $map.
| Twig_FactoryRuntimeLoader::load | ( | $class | ) |
Creates the runtime implementation of a Twig element (filter/function/test).
| string | $class | A runtime class |
Implements Twig_RuntimeLoaderInterface.
Definition at line 29 of file FactoryRuntimeLoader.php.
|
private |
Definition at line 19 of file FactoryRuntimeLoader.php.
Referenced by __construct().