ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
TopLinkItemRenderer.php
Go to the documentation of this file.
1<?php
2
4
7
13{
14
18 const BLANK = "_blank";
19 const TOP = "_top";
20
24 public function getComponentWithContent(isItem $item) : Component
25 {
26 return $this->ui_factory->link()->bulky($this->getStandardSymbol($item), $item->getTitle(), $this->getURI($item->getAction()))->withOpenInNewViewport($item->isLinkWithExternalAction());
27 }
28}
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Definition: Component.php:14