|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\UI\Component\Test\Renderer:
Collaboration diagram for ILIAS\UI\Component\Test\Renderer: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... | |
Public Member Functions inherited from ILIAS\UI\Implementation\Render\ComponentRenderer | |
| 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().
Here is the call graph for this function:
|
private |
Definition at line 90 of file TestComponent.php.
Referenced by ILIAS\UI\Component\Test\Renderer\render().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| ILIAS\UI\Component\Test\Renderer::render | ( | Component | $component, |
| DefaultRenderer | $default_renderer | ||
| ) |
Definition at line 73 of file TestComponent.php.
References $id, $text, and ILIAS\UI\Component\Test\Renderer\bindOnloadCode().
Here is the call graph for this function:| 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().