ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\Implementation\Render\ComponentRenderer Interface Reference

An entity that renders components to a string output. More...

+ Inheritance diagram for ILIAS\UI\Implementation\Render\ComponentRenderer:
+ Collaboration diagram for ILIAS\UI\Implementation\Render\ComponentRenderer:

Public Member Functions

 render (Component $component, Renderer $default_renderer)
 Render the component if possible and delegate additional rendering to the default_renderer. More...
 
 registerResources (ResourceRegistry $registry)
 Announce resources this renderer requires. More...
 

Detailed Description

An entity that renders components to a string output.

Author
Richard Klees richa.nosp@m.rd.k.nosp@m.lees@.nosp@m.conc.nosp@m.epts-.nosp@m.and-.nosp@m.train.nosp@m.ing..nosp@m.de

Definition at line 31 of file ComponentRenderer.php.

Member Function Documentation

◆ registerResources()

◆ render()

ILIAS\UI\Implementation\Render\ComponentRenderer::render ( Component  $component,
Renderer  $default_renderer 
)

Render the component if possible and delegate additional rendering to the default_renderer.

Exceptions

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