ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilMMTopLinkItemRenderer.php
Go to the documentation of this file.
1<?php
2
6
12{
13 use ilMMCloseOnClick;
14
15 public function getComponentWithContent(isItem $item) : Component
16 {
17 return parent::getComponentWithContent($this->addDisengageDecorator($item));
18 }
19
20}
An exception for terminatinating execution or to throw for unit testing.
Class ilMMTopLinkItemRenderer.
getComponentWithContent(isItem $item)
@inheritDoc
A component is the most general form of an entity in the UI.
Definition: Component.php:14