ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (Factory $ui_factory, TemplateFactory $tpl_factory, \ILIAS\Language\Language $lng, JavaScriptBinding $js_binding) | |
render (Component $component, DefaultRenderer $default_renderer) | |
registerResources (ResourceRegistry $registry) | |
Announce resources this renderer requires. More... | |
![]() | |
render (Component $component, Renderer $default_renderer) | |
Render the component if possible and delegate additional rendering to the default_renderer. More... | |
Data Fields | |
Factory | $ui_factory |
TemplateFactory | $tpl_factory |
ILIAS Language Language | $lng |
JavaScriptBinding | $js_binding |
Private Member Functions | |
bindOnloadCode (\ILIAS\UI\Component\JavaScriptBindable $component) | |
Definition at line 58 of file TestComponent.php.
|
final |
Definition at line 65 of file TestComponent.php.
References $lng, and ILIAS\Repository\lng().
|
private |
Definition at line 90 of file TestComponent.php.
ILIAS\UI\Component\Test\Renderer::registerResources | ( | ResourceRegistry | $registry | ) |
Announce resources this renderer requires.
Implements ILIAS\UI\Implementation\Render\ComponentRenderer.
Definition at line 85 of file TestComponent.php.
References ILIAS\UI\Implementation\Render\ResourceRegistry\register().
ILIAS\UI\Component\Test\Renderer::render | ( | Component | $component, |
DefaultRenderer | $default_renderer | ||
) |
Definition at line 73 of file TestComponent.php.
References $id, and ILIAS\UI\Component\Test\TestComponent\$text.
JavaScriptBinding ILIAS\UI\Component\Test\Renderer::$js_binding |
Definition at line 63 of file TestComponent.php.
Definition at line 62 of file TestComponent.php.
TemplateFactory ILIAS\UI\Component\Test\Renderer::$tpl_factory |
Definition at line 61 of file TestComponent.php.
Factory ILIAS\UI\Component\Test\Renderer::$ui_factory |
Definition at line 60 of file TestComponent.php.