19declare(strict_types=1);
 
   65        $context_names = $this->getContextNames($contexts);
 
   67        return $factory->getRendererInContext($component, $context_names);
 
   75        if ($component instanceof 
Glyph) {
 
   78        if ($component instanceof 
Icon) {
 
Loads renderers for components from the file system.
 
RendererFactory $default_renderer_factory
 
getRendererFactoryFor(Component $component)
@inheritdocs
 
getRendererFor(Component $component, array $contexts)
@inheritdocs
 
RendererFactory $glyph_renderer_factory
 
RendererFactory $field_renderer_factory
 
RendererFactory $icon_renderer_factory
 
__construct(RendererFactory $default_renderer_factory, RendererFactory $glyph_renderer_factory, RendererFactory $icon_renderer_factory, RendererFactory $field_renderer_factory)
 
A component is the most general form of an entity in the UI.
 
An entity that renders components to a string output.
 
Loads renderers for components.
 
This is the interface that components should use if they want to load specific renderers.
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...