|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for NullDefaultRenderer:
Collaboration diagram for NullDefaultRenderer:Public Member Functions | |
| render ($component, ?\ILIAS\UI\Renderer $root=null) | |
| renderAsync ($component, ?\ILIAS\UI\Renderer $root=null) | |
| withAdditionalContext (C\Component $context) | |
Public Member Functions inherited from ILIAS\UI\Renderer | |
| render ($component, ?Renderer $root=null) | |
| Render given component. More... | |
| renderAsync ($component, ?Renderer $root=null) | |
| Same as render, except that this version also returns any javascript code bound to the on load event, wrapped in a script tag. More... | |
| withAdditionalContext (Component $context) | |
| Get a new renderer with an additional context. More... | |
Definition at line 109 of file AbstractRendererTest.php.
| NullDefaultRenderer::render | ( | $component, | |
| ?\ILIAS\UI\Renderer | $root = null |
||
| ) |
Definition at line 111 of file AbstractRendererTest.php.
| NullDefaultRenderer::renderAsync | ( | $component, | |
| ?\ILIAS\UI\Renderer | $root = null |
||
| ) |
Definition at line 115 of file AbstractRendererTest.php.
| NullDefaultRenderer::withAdditionalContext | ( | C\Component | $context | ) |
Definition at line 119 of file AbstractRendererTest.php.