18 declare(strict_types=1);
36 if ($component instanceof
Bulky) {
41 $html .=
'my custom additions';
An entity that renders components to a string output.
Extend the DecoratedRenderer to align your renderer with other potential renderers in ILIAS...
renderDefault($component, ?Renderer $root=null)
Renders the component by default.
manipulateRendering($component, Renderer $root)