| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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... | |
Definition at line 112 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 138 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 133 of file AbstractRendererTest.php.
| NullTemplate::parseCurrentBlock | ( | ) | 
Parse the block that is currently worked on.
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 119 of file AbstractRendererTest.php.
| NullTemplate::setCurrentBlock | ( | string | $name | ) | 
Set the block to work on.
Implements ILIAS\UI\Implementation\Render\Template.
Definition at line 114 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 129 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 124 of file AbstractRendererTest.php.