ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
SimpleSAML\XHTML\TemplateControllerInterface Interface Reference
+ Collaboration diagram for SimpleSAML\XHTML\TemplateControllerInterface:

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...
 

Detailed Description

Definition at line 10 of file TemplateControllerInterface.php.

Member Function Documentation

◆ display()

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.

Parameters
array$dataThe current data used by the template.
Returns
void

◆ setUpTwig()

SimpleSAML\XHTML\TemplateControllerInterface::setUpTwig ( \Twig_Environment $twig)

Implement to modify the twig environment after its initialization (e.g.

add filters or extensions).

Parameters
\Twig_Environment$twigThe current twig environment.
Returns
void

The documentation for this interface was generated from the following file: