ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
setUpTwig (\Twig_Environment &$twig) | |
Implement to modify the twig environment after its initialization (e.g. More... | |
display (&$data) | |
Implement to add, delete or modify the data passed to the template. More... | |
Definition at line 10 of file TemplateControllerInterface.php.
SimpleSAML\XHTML\TemplateControllerInterface::display | ( | & | $data | ) |
Implement to add, delete or modify the data passed to the template.
This method will be called right before displaying the template.
array | $data | The current data used by the template. |
SimpleSAML\XHTML\TemplateControllerInterface::setUpTwig | ( | \Twig_Environment & | $twig | ) |
Implement to modify the twig environment after its initialization (e.g.
add filters or extensions).
\Twig_Environment | $twig | The current twig environment. |