3 declare(strict_types=1);
 
Registry for resources required by rendered output like Javascript or CSS. 
 
An entity that renders components to a string output. 
 
An entity that renders components to a string output. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
registerResources(ResourceRegistry $registry)
Announce resources this renderer requires. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
render(Component $component, Renderer $default_renderer)
Render the component if possible and delegate additional rendering to the default_renderer.