3 declare(strict_types=1);
An entity that renders components to a string output.
render($component, ?Renderer $root=null)
Render given component.
withAdditionalContext(Component $context)
Get a new renderer with an additional context.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...