ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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)
 @inheritdocs More...
 
 getRendererInContext (Component $component, array $contexts)
 Get a renderer based on the current context. 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...
 

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.

32 : string
33 {
34 return $this->getRendererNameFor($component);
35 }
getRendererNameFor(Component $component)
Get the name for the renderer of Component class.

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

+ Here is the call graph for this function:

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