|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Creates runtime implementations for Twig elements (filters/functions/tests). More...
Inheritance diagram for Twig_RuntimeLoaderInterface:
Collaboration diagram for Twig_RuntimeLoaderInterface:Public Member Functions | |
| load ($class) | |
| Creates the runtime implementation of a Twig element (filter/function/test). More... | |
Creates runtime implementations for Twig elements (filters/functions/tests).
Definition at line 17 of file RuntimeLoaderInterface.php.
| Twig_RuntimeLoaderInterface::load | ( | $class | ) |
Creates the runtime implementation of a Twig element (filter/function/test).
| string | $class | A runtime class |
Implemented in Twig_ContainerRuntimeLoader, and Twig_FactoryRuntimeLoader.