protected function Twig_TemplateTest::doDisplay in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Code
protected function doDisplay(array $context, array $blocks = array()) {
}