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