interface Twig_TemplateInterface

Interface implemented by all compiled templates.

@package twig @author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of Twig_TemplateInterface

All classes that implement Twig_TemplateInterface

File

drupal/core/vendor/twig/twig/lib/Twig/TemplateInterface.php, line 18

View source

Members

Namesort descending Modifiers Type Description Overrides
Twig_TemplateInterface::ANY_CALL constant
Twig_TemplateInterface::ARRAY_CALL constant
Twig_TemplateInterface::display function Displays the template with the given context. 1
Twig_TemplateInterface::getEnvironment function Returns the bound environment for this template. 1
Twig_TemplateInterface::METHOD_CALL constant
Twig_TemplateInterface::render function Renders the template with the given context and returns it as string. 1