ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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 27 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 29 of file Base.php.

30  {
31  return new ilIndependentGlobalTemplate($path, $purge_unfilled_vars, $purge_unused_blocks);
32  }

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