ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
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
5
namespace
ILIAS\UI\Implementation\Render
;
6
7
use
ILIAS\UI\Component\Component
;
8
12
interface
Loader
13
{
22
public
function
getRendererFor
(
Component
$component,
array
$contexts);
23
30
public
function
getRendererFactoryFor
(
Component
$component);
31
}
ILIAS\UI\Component
Component
ILIAS\UI\Implementation\Render\Loader\getRendererFactoryFor
getRendererFactoryFor(Component $component)
Get a factory for a renderer for a certain component class.
ILIAS\UI\Implementation\Render
Definition:
AbstractComponentRenderer.php:5
ILIAS\UI\Implementation\Render\Loader\getRendererFor
getRendererFor(Component $component, array $contexts)
Get a renderer for a certain Component class.
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
ILIAS\UI\Implementation\Render\Loader
Loads renderers for components.
Definition:
Loader.php:12
src
UI
Implementation
Render
Loader.php
Generated on Sat Jan 18 2025 19:01:12 for ILIAS by
1.8.13 (using
Doxyfile
)