ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 21 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 23 of file Base.php.

References $path.

24  {
25  return new ilIndependentTemplate($path, $purge_unfilled_vars, $purge_unused_blocks);
26  }

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