|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for DefaultRendererFactoryForTest:
Collaboration diagram for DefaultRendererFactoryForTest:Public Member Functions | |
| __construct () | |
| _getRendererNameFor (\ILIAS\UI\Component\Component $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, ImagePathResolver $image_path_resolver, DataFactory $data_factory) | |
| 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 | |
| RootFactory | $ui_factory |
| TemplateFactory | $tpl_factory |
| ilLanguage | $lng |
| JavaScriptBinding | $js_binding |
| Refinery | $refinery |
| ImagePathResolver | $image_path_resolver |
| DataFactory | $data_factory |
Definition at line 26 of file DefaultRendererFactoryTest.php.
| DefaultRendererFactoryForTest::__construct | ( | ) |
Definition at line 28 of file DefaultRendererFactoryTest.php.
| DefaultRendererFactoryForTest::_getRendererNameFor | ( | \ILIAS\UI\Component\Component | $component | ) |
Definition at line 32 of file DefaultRendererFactoryTest.php.
References ILIAS\UI\Implementation\Render\DefaultRendererFactory\getRendererNameFor().
Here is the call graph for this function: