19declare(strict_types=1);
A component is the most general form of an entity in the UI.
An entity that renders components to a string output.
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...