|
ILIAS
release_8 Revision v8.24
|
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... | |
| getTemplate (string $path, bool $purge_unfilled_vars, bool $purge_unused_blocks) | |
| Get template instance. More... | |
Data Fields | |
| array | $files = array() |
Definition at line 146 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 150 of file AbstractRendererTest.php.
References $path.
| array TemplateFactoryMock::$files = array() |
Definition at line 148 of file AbstractRendererTest.php.