| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for TemplateFactoryMock:
 Collaboration diagram for TemplateFactoryMock:Public Member Functions | |
| getTemplate (string $path, bool $purge_unfilled_vars, bool $purge_unused_blocks) | |
| Get template instance.  More... | |
Data Fields | |
| array | $files = array() | 
Definition at line 143 of file AbstractRendererTest.php.
| TemplateFactoryMock::getTemplate | ( | string | $path, | 
| bool | $purge_unfilled_vars, | ||
| bool | $purge_unused_blocks | ||
| ) | 
Get template instance.
| InvalidArgumentException | if there is no such template | 
Implements ILIAS\UI\Implementation\Render\TemplateFactory.
Definition at line 147 of file AbstractRendererTest.php.
| array TemplateFactoryMock::$files = array() | 
Definition at line 145 of file AbstractRendererTest.php.