ILIAS
trunk Revision v11.0_alpha-1723-g8e69f309bab
|
Extend the DecoratedRenderer to align your renderer with other potential renderers in ILIAS, and allow manipulations from different sources to be chained to one another. More...
Protected Member Functions | |
manipulateRendering ($component, Renderer $root) | |
![]() | |
manipulateRendering ($component, Renderer $root) | |
Manipulates the rendering of one or multiple components by appending, prepending or exchanging their rendered content with custom adjustments. More... | |
manipulateAsyncRendering ($component, Renderer $root) | |
Manipulates the async Rendering separately if needed. More... | |
renderDefault ($component, ?Renderer $root=null) | |
Renders the component by default. More... | |
Additional Inherited Members | |||||
![]() | |||||
__construct (Renderer $default) | |||||
render ($component, ?Renderer $root=null) | |||||
Render given component.If an array of components is passed, this method returns a concatenated output of each rendered component, in the same order as given in the array
| |||||
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.All javascript code stored for rendering will be removed after this output so it will not be rendered twice if render async is called multiple times.
| |||||
Extend the DecoratedRenderer to align your renderer with other potential renderers in ILIAS, and allow manipulations from different sources to be chained to one another.
Definition at line 28 of file ExampleRenderer.php.
|
protected |
Definition at line 30 of file ExampleRenderer.php.
References null, and ILIAS\UI\Implementation\Render\DecoratedRenderer\renderDefault().