ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Lazy loads the runtime implementations for a Twig element. More...
Public Member Functions | |
__construct ($map=array()) | |
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().