ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilIndependentTemplateFactory Class Reference
+ Inheritance diagram for ilIndependentTemplateFactory:
+ Collaboration diagram for ilIndependentTemplateFactory:

Public Member Functions

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

Detailed Description

Definition at line 22 of file Base.php.

Member Function Documentation

◆ getTemplate()

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

Get template instance.

Parameters
string$path
bool$purge_unfilled_vars
bool$purge_unused_blocks
Exceptions

Implements ILIAS\UI\Implementation\Render\TemplateFactory.

Definition at line 24 of file Base.php.

References $path.

25  {
26  return new ilIndependentTemplate($path, $purge_unfilled_vars, $purge_unused_blocks);
27  }
$path
Definition: aliased.php:25

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