ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
TemplateControllerInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
SimpleSAML\XHTML
;
4
10
interface
TemplateControllerInterface
{
11
19
public
function
setUpTwig
(\
Twig_Environment
&$twig);
20
21
31
public
function
display
(&
$data
);
32
}
SimpleSAML\XHTML\TemplateControllerInterface
Definition:
TemplateControllerInterface.php:10
$data
$data
Definition:
test-settings.sample.php:14
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
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.
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
XHTML
TemplateControllerInterface.php
Generated on Tue Jan 28 2025 19:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)