ILIAS  release_8 Revision v8.24
ilIndependentTemplateFactory Class Reference
+ Inheritance diagram for ilIndependentTemplateFactory:
+ Collaboration diagram for ilIndependentTemplateFactory:

Public Member Functions

 getTemplate (string $path, bool $purge_unfilled_vars, bool $purge_unused_blocks)
 Get template instance. More...
 
 getTemplate (string $path, bool $purge_unfilled_vars, bool $purge_unused_blocks)
 Get template instance. More...
 

Detailed Description

Definition at line 45 of file Base.php.

Member Function Documentation

◆ getTemplate()

ilIndependentTemplateFactory::getTemplate ( string  $path,
bool  $purge_unfilled_vars,
bool  $purge_unused_blocks 
)

Get template instance.

Exceptions
InvalidArgumentExceptionif there is no such template

Implements ILIAS\UI\Implementation\Render\TemplateFactory.

Definition at line 47 of file Base.php.

47 : Render\Template
48 {
49 return new ilIndependentGlobalTemplate($path, $purge_unfilled_vars, $purge_unused_blocks);
50 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$path
Definition: ltiservices.php:32

References $path.


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