ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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 50 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 52 of file Base.php.

52  : Render\Template
53  {
54  return new ilIndependentGlobalTemplate($path, $purge_unfilled_vars, $purge_unused_blocks);
55  }
$path
Definition: ltiservices.php:29

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