Interface implemented by all compiled templates.
@author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of Twig_TemplateInterface
All classes that implement Twig_TemplateInterface
since 1.12 (to be removed in 2.0)
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Twig_TemplateInterface:: |
constant | |||
Twig_TemplateInterface:: |
constant | |||
Twig_TemplateInterface:: |
public | function | Displays the template with the given context. | 1 |
Twig_TemplateInterface:: |
public | function | Returns the bound environment for this template. | 1 |
Twig_TemplateInterface:: |
constant | |||
Twig_TemplateInterface:: |
public | function | Renders the template with the given context and returns it as string. | 1 |