ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
TopLinkItemRenderer.php
Go to the documentation of this file.
2
6
13{
14
18 protected function getSpecificComponentForItem(isItem $item) : Component
19 {
23 return $this->ui->factory()->button()->bulky(
24 $this->getStandardSymbol($item),
25 $item->getTitle(),
26 $item->getAction()
27 );
28 }
29}
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
ui()
Definition: ui.php:5