|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for NullTemplate:
Collaboration diagram for NullTemplate:Public Member Functions | |
| setCurrentBlock (string $name) | |
| Set the block to work on. More... | |
| parseCurrentBlock () | |
| Parse the block that is currently worked on. More... | |
| touchBlock (string $name) | |
| Touch a block without working further on it. More... | |
| setVariable (string $name, $value) | |
| Set a variable in the current block. More... | |
| get (string $block=null) | |
| Get the rendered template or a specific block. More... | |
| addOnLoadCode (string $code) | |
| Add some javascript to be executed on_load of the rendered page. More... | |
| setCurrentBlock (string $name) | |
| Set the block to work on. More... | |
| parseCurrentBlock () | |
| Parse the block that is currently worked on. More... | |
| touchBlock (string $name) | |
| Touch a block without working further on it. More... | |
| setVariable (string $name, $value) | |
| Set a variable in the current block. More... | |
| get (string $block=null) | |
| Get the rendered template or a specific block. More... | |
| addOnLoadCode (string $code) | |
| Add some javascript to be executed on_load of the rendered page. More... | |
Definition at line 115 of file AbstractRendererTest.php.
| NullTemplate::addOnLoadCode | ( | string | $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 141 of file AbstractRendererTest.php.
| NullTemplate::get | ( | string | $block = null | ) |
Get the rendered template or a specific block.
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 136 of file AbstractRendererTest.php.
| NullTemplate::parseCurrentBlock | ( | ) |
Parse the block that is currently worked on.
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 122 of file AbstractRendererTest.php.
| NullTemplate::setCurrentBlock | ( | string | $name | ) |
Set the block to work on.
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 117 of file AbstractRendererTest.php.
| NullTemplate::setVariable | ( | string | $name, |
| $value | |||
| ) |
Set a variable in the current block.
| mixed | $value | should be possible to be cast to string. |
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 132 of file AbstractRendererTest.php.
| NullTemplate::touchBlock | ( | string | $name | ) |
Touch a block without working further on it.
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 127 of file AbstractRendererTest.php.