You are here

abstract protected function Twig_Template::doDisplay in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Template.php \Twig_Template::doDisplay()

Auto-generated method to display the template with the given context.

Parameters

array $context An array of parameters to pass to the template:

array $blocks An array of blocks to pass to the template:

1 call to Twig_Template::doDisplay()
Twig_Template::displayWithErrorHandling in vendor/twig/twig/lib/Twig/Template.php
1 method overrides Twig_Template::doDisplay()
Twig_TemplateTest::doDisplay in vendor/twig/twig/test/Twig/Tests/TemplateTest.php
Auto-generated method to display the template with the given context.

File

vendor/twig/twig/lib/Twig/Template.php, line 406

Class

Twig_Template
Default base class for compiled templates.

Code

protected abstract function doDisplay(array $context, array $blocks = array());