ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Loader.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2017 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4 
6 
8 
12 interface Loader
13 {
22  public function getRendererFor(Component $component, array $contexts);
23 
30  public function getRendererFactoryFor(Component $component);
31 }
getRendererFactoryFor(Component $component)
Get a factory for a renderer for a certain component class.
getRendererFor(Component $component, array $contexts)
Get a renderer for a certain Component class.
Create styles array
The data for the language used.
Loads renderers for components.
Definition: Loader.php:12