ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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)
 
 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...
 

Detailed Description

Definition at line 5 of file DefaultRendererFactoryTest.php.

Constructor & Destructor Documentation

◆ __construct()

DefaultRendererFactoryForTest::__construct ( )

Definition at line 7 of file DefaultRendererFactoryTest.php.

8  {
9  }

Member Function Documentation

◆ _getRendererNameFor()

DefaultRendererFactoryForTest::_getRendererNameFor (   $component)

Definition at line 11 of file DefaultRendererFactoryTest.php.

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

Referenced by DefaultRendererFactoryTest\test_getRendererNameFor().

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

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