|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for DefaultRendererFactoryForTest:
Collaboration diagram for DefaultRendererFactoryForTest:Public Member Functions | |
| __construct () | |
| _getRendererNameFor ($component) | |
Public Member Functions inherited from ILIAS\UI\Implementation\Render\DefaultRendererFactory | |
| __construct (RootFactory $ui_factory, TemplateFactory $tpl_factory, \ilLanguage $lng, JavaScriptBinding $js_binding) | |
| getRendererInContext (Component $component, array $contexts) | |
| @inheritdocs More... | |
| getJSBinding () | |
| @inheritdocs More... | |
| getRendererInContext (Component $component, array $contexts) | |
| Get a renderer based on the current context. More... | |
| getJSBinding () | |
| Todo: This was implemented to fix 21830. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\UI\Implementation\Render\DefaultRendererFactory | |
| getRendererNameFor (Component $component) | |
| Get the name for the renderer of Component class. More... | |
Protected Attributes inherited from ILIAS\UI\Implementation\Render\DefaultRendererFactory | |
| $ui_factory | |
| $tpl_factory | |
| $lng | |
| $js_binding | |
Definition at line 5 of file DefaultRendererFactoryTest.php.
| DefaultRendererFactoryForTest::__construct | ( | ) |
Definition at line 7 of file DefaultRendererFactoryTest.php.
| DefaultRendererFactoryForTest::_getRendererNameFor | ( | $component | ) |
Definition at line 11 of file DefaultRendererFactoryTest.php.
References ILIAS\UI\Implementation\Render\DefaultRendererFactory\getRendererNameFor().
Here is the call graph for this function: