ILIAS  release_5-2 Revision v5.2.25-18-g3f80b82851
ILIAS\UI\Implementation\Component\Glyph\GlyphNonAbstractRendererWithJS Class Reference
+ Inheritance diagram for ILIAS\UI\Implementation\Component\Glyph\GlyphNonAbstractRendererWithJS:
+ Collaboration diagram for ILIAS\UI\Implementation\Component\Glyph\GlyphNonAbstractRendererWithJS:

Public Member Functions

 render (Component $component, Renderer $default_renderer)
 
- Public Member Functions inherited from ILIAS\UI\Implementation\Component\Glyph\GlyphNonAbstractRenderer
 render (Component $component, Renderer $default_renderer)
 
 _getTemplate ($a, $b, $c)
 
- Public Member Functions inherited from ILIAS\UI\Implementation\Render\AbstractComponentRenderer
 __construct (Factory $ui_factory, TemplateFactory $tpl_factory, \ilLanguage $lng, JavaScriptBinding $js_binding)
 Component renderers must only depend on a UI-Factory and a Template Factory. More...
 
 registerResources (ResourceRegistry $registry)
 Announce resources this renderer requires.
Parameters
ResourceRegistry$registry
Returns
null
More...
 
 txt ($id)
 Get a text from the language file. More...
 
- Public Member Functions inherited from ILIAS\UI\Implementation\Render\ComponentRenderer
 render (Component $component, Renderer $default_renderer)
 Render the component if possible and delegate additional rendering to the default_renderer. More...
 

Data Fields

 $ids = array()
 

Additional Inherited Members

- Protected Member Functions inherited from ILIAS\UI\Implementation\Component\Glyph\GlyphNonAbstractRenderer
 getComponentInterfaceName ()
 
- Protected Member Functions inherited from ILIAS\UI\Implementation\Render\AbstractComponentRenderer
 getUIFactory ()
 Get a UI factory. More...
 
 getTemplate ($name, $purge_unfilled_vars, $purge_unused_blocks)
 Get template of component this renderer is made for. More...
 
 bindJavaScript (JavaScriptBindable $component)
 Bind the component to JavaScript. More...
 
 checkComponent (Component $component)
 Check if a given component fits this renderer and throw if that is not the case. More...
 
 getComponentInterfaceName ()
 Get the name of the component-interface this renderer is supposed to render. More...
 

Detailed Description

Definition at line 22 of file AbstractRendererTest.php.

Member Function Documentation

◆ render()

ILIAS\UI\Implementation\Component\Glyph\GlyphNonAbstractRendererWithJS::render ( Component  $component,
Renderer  $default_renderer 
)

Definition at line 24 of file AbstractRendererTest.php.

References ILIAS\UI\Implementation\Render\AbstractComponentRenderer\bindJavaScript().

24  {
25  $this->ids[] = $this->bindJavaScript($component);
26  return "";
27  }
bindJavaScript(JavaScriptBindable $component)
Bind the component to JavaScript.
+ Here is the call graph for this function:

Field Documentation

◆ $ids

ILIAS\UI\Implementation\Component\Glyph\GlyphNonAbstractRendererWithJS::$ids = array()

Definition at line 23 of file AbstractRendererTest.php.


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