ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
TemplateControllerInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
SimpleSAML\XHTML
;
4
10
interface
TemplateControllerInterface
11
{
12
20
public
function
setUpTwig
(\
Twig_Environment
&$twig);
21
22
32
public
function
display
(&
$data
);
33
}
SimpleSAML\XHTML\TemplateControllerInterface
Definition:
TemplateControllerInterface.php:10
SimpleSAML\XHTML\TemplateControllerInterface\setUpTwig
setUpTwig(\Twig_Environment &$twig)
Implement to modify the twig environment after its initialization (e.g.
SimpleSAML\XHTML
Definition:
TemplateControllerInterface.php:3
php
Twig_Environment
Stores the Twig configuration.
Definition:
Environment.php:17
SimpleSAML\XHTML\TemplateControllerInterface\display
display(&$data)
Implement to add, delete or modify the data passed to the template.
$data
$data
Definition:
bench.php:6
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
XHTML
TemplateControllerInterface.php
Generated on Thu Jan 30 2025 19:01:32 for ILIAS by
1.8.13 (using
Doxyfile
)