|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for TemplateFactoryMock:
Collaboration diagram for TemplateFactoryMock:Public Member Functions | |
| getTemplate ($file_name, $purge_unfilled_vars, $purge_unused_blocks) | |
| Get template instance. More... | |
| getTemplate ($path, $purge_unfilled_vars, $purge_unused_blocks) | |
| Get template instance. More... | |
Data Fields | |
| $files = array() | |
Definition at line 66 of file AbstractRendererTest.php.
| TemplateFactoryMock::getTemplate | ( | $path, | |
| $purge_unfilled_vars, | |||
| $purge_unused_blocks | |||
| ) |
Get template instance.
| string | $path | |
| bool | $purge_unfilled_vars | |
| bool | $purge_unused_blocks |
InvalidArgumentException if there is no such template
Implements ILIAS\UI\Implementation\Render\TemplateFactory.
Definition at line 68 of file AbstractRendererTest.php.
| TemplateFactoryMock::$files = array() |
Definition at line 67 of file AbstractRendererTest.php.