ILIAS  release_7 Revision v7.30-3-g800a261c036
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: