ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilMMRepositoryLinkItemRenderer.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 ilMMRepositoryLinkItemRenderer.
A component is the most general form of an entity in the UI.
Definition: Component.php:14