You are here

protected function Twig_TemplateTest::doDisplay in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/test/Twig/Tests/TemplateTest.php \Twig_TemplateTest::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:

Overrides Twig_Template::doDisplay

File

vendor/twig/twig/test/Twig/Tests/TemplateTest.php, line 460

Class

Twig_TemplateTest

Code

protected function doDisplay(array $context, array $blocks = array()) {
}