ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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... | |
registerResources (ResourceRegistry $registry) | |
Announce resources this renderer requires. 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 ILIAS\UI\Component\Test\Renderer\$js_binding, ILIAS\UI\Component\Test\Renderer\$lng, ILIAS\UI\Component\Test\Renderer\$tpl_factory, ILIAS\UI\Component\Test\Renderer\$ui_factory, and ILIAS\Repository\lng().
|
private |
Definition at line 90 of file TestComponent.php.
Referenced by ILIAS\UI\Component\Test\Renderer\render().
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\Renderer\bindOnloadCode().
JavaScriptBinding ILIAS\UI\Component\Test\Renderer::$js_binding |
Definition at line 63 of file TestComponent.php.
Referenced by ILIAS\UI\Component\Test\Renderer\__construct().
Definition at line 62 of file TestComponent.php.
Referenced by ILIAS\UI\Component\Test\Renderer\__construct().
TemplateFactory ILIAS\UI\Component\Test\Renderer::$tpl_factory |
Definition at line 61 of file TestComponent.php.
Referenced by ILIAS\UI\Component\Test\Renderer\__construct().
Factory ILIAS\UI\Component\Test\Renderer::$ui_factory |
Definition at line 60 of file TestComponent.php.
Referenced by ILIAS\UI\Component\Test\Renderer\__construct().