ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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 16 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 17 of file Base.php.

References $path.

17  {
18  return new ilIndependentTemplate($path, $purge_unfilled_vars, $purge_unused_blocks);
19  }
$path
Definition: aliased.php:25

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