ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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\getTemplate
getTemplate(string $path, bool $purge_unfilled_vars, bool $purge_unused_blocks)
Get template instance.
$path
$path
Definition:
ltiservices.php:29
ILIAS\UI\Implementation\Render
Definition:
AbstractComponentRenderer.php:21
Template
InvalidArgumentException
ILIAS\UI\Implementation\Render\TemplateFactory
Interface for a factory that provides templates.
Definition:
TemplateFactory.php:28
components
ILIAS
UI
src
Implementation
Render
TemplateFactory.php
Generated on Sun Aug 31 2025 23:04:12 for ILIAS by
1.8.13 (using
Doxyfile
)