ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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...
 

Detailed Description

Definition at line 48 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 50 of file Base.php.

50  : Render\Template
51  {
52  return new ilIndependentGlobalTemplate($path, $purge_unfilled_vars, $purge_unused_blocks);
53  }
$path
Definition: ltiservices.php:32

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