|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for NullTemplate:
Collaboration diagram for NullTemplate:Public Member Functions | |
| setCurrentBlock ($name) | |
| Set the block to work on. More... | |
| parseCurrentBlock () | |
| Parse the block that is currently worked on. More... | |
| touchBlock ($name) | |
| Touch a block without working further on it. More... | |
| setVariable ($name, $value) | |
| Set a variable in the current block. More... | |
| get ($name=null) | |
| Get the rendered template or a specific block. More... | |
| addOnLoadCode ($code) | |
| Add some javascript to be executed on_load of the rendered page. More... | |
| setCurrentBlock ($name) | |
| Set the block to work on. More... | |
| parseCurrentBlock () | |
| Parse the block that is currently worked on. More... | |
| touchBlock ($name) | |
| Touch a block without working further on it. More... | |
| setVariable ($name, $value) | |
| Set a variable in the current block. More... | |
| get ($block=null) | |
| Get the rendered template or a specific block. More... | |
| addOnLoadCode ($code) | |
| Add some javascript to be executed on_load of the rendered page. More... | |
Definition at line 57 of file AbstractRendererTest.php.
| NullTemplate::addOnLoadCode | ( | $code | ) |
Add some javascript to be executed on_load of the rendered page.
TODO: This seems to be no rendering, but a javascript concern. We should revise this when introducing patterns for javascript.
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 63 of file AbstractRendererTest.php.
| NullTemplate::get | ( | $block = null | ) |
Get the rendered template or a specific block.
| string | null | $block |
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 62 of file AbstractRendererTest.php.
| NullTemplate::parseCurrentBlock | ( | ) |
Parse the block that is currently worked on.
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 59 of file AbstractRendererTest.php.
| NullTemplate::setCurrentBlock | ( | $name | ) |
Set the block to work on.
| string | $name |
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 58 of file AbstractRendererTest.php.
| NullTemplate::setVariable | ( | $name, | |
| $value | |||
| ) |
Set a variable in the current block.
| string | $name | |
| mixed | $value | should be coercible to string |
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 61 of file AbstractRendererTest.php.
| NullTemplate::touchBlock | ( | $name | ) |
Touch a block without working further on it.
| string | $name |
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 60 of file AbstractRendererTest.php.