ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
TemplateFactory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Render
;
22
23
use InvalidArgumentException;
24
28
interface
TemplateFactory
29
{
35
public
function
getTemplate
(
string
$path
,
bool
$purge_unfilled_vars,
bool
$purge_unused_blocks):
Template
;
36
}
ILIAS\UI\Implementation\Render\TemplateFactory
Interface for a factory that provides templates.
Definition:
TemplateFactory.php:29
ILIAS\UI\Implementation\Render\TemplateFactory\getTemplate
getTemplate(string $path, bool $purge_unfilled_vars, bool $purge_unused_blocks)
Get template instance.
ILIAS\UI\Implementation\Render\Template
Interface to templating as it is used in the UI framework.
Definition:
Template.php:29
$path
$path
Definition:
ltiservices.php:30
ILIAS\UI\Implementation\Render
Definition:
AbstractComponentRenderer.php:21
components
ILIAS
UI
src
Implementation
Render
TemplateFactory.php
Generated on Sat Oct 18 2025 23:04:41 for ILIAS by
1.9.4 (using
Doxyfile
)