ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilMMLinkItemRenderer Class Reference

Class ilMMLinkItemRenderer. More...

+ Inheritance diagram for ilMMLinkItemRenderer:
+ Collaboration diagram for ilMMLinkItemRenderer:

Public Member Functions

 getComponentWithContent (isItem $item)
 @inheritDoc More...
 
 getComponentWithContent (isItem $item)
 @inheritDoc More...
 
- Public Member Functions inherited from ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\BaseTypeRenderer
 __construct ()
 BaseTypeRenderer constructor. More...
 
 getComponentForItem (isItem $item, bool $with_content=true)
 @inheritDoc More...
 
 getComponentWithContent (isItem $item)
 @inheritDoc More...
 
 getComponentWithoutContent (isItem $item)
 @inheritDoc More...
 
 getComponentForItem (isItem $item, bool $with_content=true)
 
 getComponentWithContent (isItem $item)
 This is called in cases when the Full Item with it's content is needed, e.g. More...
 
 getComponentWithoutContent (isItem $item)
 This is called when only the relevant part of the item is needed during the synchronous rendering of the MainBar. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\BaseTypeRenderer
static getURIChecker ()
 
static getURIConverter ()
 
- Data Fields inherited from ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\BaseTypeRenderer
MakeSlateAsync::unhash insteadof SlateSessionStateCode
 
- Protected Member Functions inherited from ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\BaseTypeRenderer
 getStandardSymbol (isItem $item)
 
 getURI (string $uri_string)
 
- Protected Attributes inherited from ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\BaseTypeRenderer
 $ui_factory
 

Detailed Description

Member Function Documentation

◆ getComponentWithContent()

ilMMLinkItemRenderer::getComponentWithContent ( isItem  $item)

@inheritDoc

Reimplemented from ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\LinkItemRenderer.

Definition at line 15 of file class.ilMMLinkItemRenderer.php.

15 : Component
16 {
17 return parent::getComponentWithContent($this->addDisengageDecorator($item));
18 }
A component is the most general form of an entity in the UI.
Definition: Component.php:14

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