ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
TemplateControllerInterface.php
Go to the documentation of this file.
1<?php
2
4
11
19 public function setUpTwig(\Twig_Environment &$twig);
20
21
31 public function display(&$data);
32}
An exception for terminatinating execution or to throw for unit testing.
Stores the Twig configuration.
Definition: Environment.php:18
display(&$data)
Implement to add, delete or modify the data passed to the template.
setUpTwig(\Twig_Environment &$twig)
Implement to modify the twig environment after its initialization (e.g.