|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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, Refinery $refinery) | |
| 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 | |
| $refinery | |
Definition at line 7 of file DefaultRendererFactoryTest.php.
| DefaultRendererFactoryForTest::__construct | ( | ) |
Definition at line 9 of file DefaultRendererFactoryTest.php.
| DefaultRendererFactoryForTest::_getRendererNameFor | ( | $component | ) |
Definition at line 13 of file DefaultRendererFactoryTest.php.
References ILIAS\UI\Implementation\Render\DefaultRendererFactory\getRendererNameFor().
Here is the call graph for this function: