18declare(strict_types=1);
36 if ($component instanceof
Bulky) {
41 $html .=
'my custom additions';
An exception for terminatinating execution or to throw for unit testing.
Extend the DecoratedRenderer to align your renderer with other potential renderers in ILIAS,...
manipulateRendering($component, Renderer $root)
Manipulates the rendering of one or multiple components by appending, prepending or exchanging their ...
renderDefault($component, ?Renderer $root=null)
Renders the component by default.
An entity that renders components to a string output.