19 declare(strict_types=1);
59 $root = $root ?? $this;
60 return $this->
default->
render($component, $root);
68 $root = $root ?? $this;
69 return $this->
manipulateRendering($component, $root) ?? $this->
default->render($component, $root);
77 $root = $root ?? $this;
render($component, ?Renderer $root=null)
Render given component.
renderAsync($component, ?Renderer $root=null)
Same as render, except that this version also returns any javascript code bound to the on load event...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
renderDefault($component, ?Renderer $root=null)
Renders the component by default.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
manipulateAsyncRendering($component, Renderer $root)
Manipulates the async Rendering separately if needed.
__construct(Renderer $default)
render($component, ?Renderer $root=null)
Render given component.If an array of components is passed, this method returns a concatenated output...
manipulateRendering($component, Renderer $root)
Manipulates the rendering of one or multiple components by appending, prepending or exchanging their ...