18declare(strict_types=1);
40 return $this->renderDrilldownMenu($component, $default_renderer);
47 RendererInterface $default_renderer
50 return $default_renderer->
render($component->getItems());
56 RendererInterface $default_renderer,
Base class for all component renderers.
cannotHandleComponent(Component $component)
This method MUST be called by derived component renderers, if.
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface to templating as it is used in the UI framework.
An entity that renders components to a string output.