|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 93 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 96 of file AbstractRendererTest.php.
| TemplateFactoryMock::$files = array() |
Definition at line 95 of file AbstractRendererTest.php.