3 declare(strict_types=1);
    44         $renderer = $this->loader->getRendererFor($component, $contexts);
    45         $renderer->registerResources($this->resource_registry);
    54         return $this->loader->getRendererFactoryFor($component);
 ResourceRegistry $resource_registry
 
Registry for resources required by rendered output like Javascript or CSS. 
 
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...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
getRendererFor(Component $component, array $contexts)
 
__construct(ResourceRegistry $resource_registry, Loader $loader)
 
Registers resources for retreived renderers at a ResourceRegistry. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
getRendererFactoryFor(Component $component)
 
This is the interface that components should use if they want to load specific renderers. 
 
Loads renderers for components.