ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
DefaultRendererFactoryForTest Class Reference
+ 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)
 
 getJSBinding ()
 

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
 

Detailed Description

Definition at line 7 of file DefaultRendererFactoryTest.php.

Constructor & Destructor Documentation

◆ __construct()

DefaultRendererFactoryForTest::__construct ( )

Definition at line 9 of file DefaultRendererFactoryTest.php.

10  {
11  }

Member Function Documentation

◆ _getRendererNameFor()

DefaultRendererFactoryForTest::_getRendererNameFor (   $component)

Definition at line 13 of file DefaultRendererFactoryTest.php.

References ILIAS\UI\Implementation\Render\DefaultRendererFactory\getRendererNameFor().

14  {
15  return $this->getRendererNameFor($component);
16  }
getRendererNameFor(Component $component)
Get the name for the renderer of Component class.
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: