ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
DefaultRendererFactoryForTest Class Reference
+ 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 (protected FactoryInternal $ui_factory, protected TemplateFactory $tpl_factory, protected Language $lng, protected JavaScriptBinding $js_binding, protected ImagePathResolver $image_path_resolver, protected DataFactory $data_factory, protected HelpTextRetriever $help_text_retriever, protected UploadLimitResolver $upload_limit_resolver,)
 
 getRendererInContext (Component $component, array $contexts)
 

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 26 of file DefaultRendererFactoryTest.php.

Constructor & Destructor Documentation

◆ __construct()

DefaultRendererFactoryForTest::__construct ( )

Definition at line 28 of file DefaultRendererFactoryTest.php.

29  {
30  }

Member Function Documentation

◆ _getRendererNameFor()

DefaultRendererFactoryForTest::_getRendererNameFor ( \ILIAS\UI\Component\Component  $component)

Definition at line 32 of file DefaultRendererFactoryTest.php.

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

32  : string
33  {
34  return $this->getRendererNameFor($component);
35  }
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: