ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
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) | |
Definition at line 87 of file AbstractRendererTest.php.
NullTemplate::addOnLoadCode | ( | string | $code | ) |
Definition at line 113 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 108 of file AbstractRendererTest.php.
NullTemplate::parseCurrentBlock | ( | ) |
Parse the block that is currently worked on.
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 94 of file AbstractRendererTest.php.
NullTemplate::setCurrentBlock | ( | string | $name | ) |
Set the block to work on.
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 89 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 104 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 99 of file AbstractRendererTest.php.