ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
LinkItemRenderer.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()->link()->bulky(
24  $this->getStandardSymbol($item),
25  $item->getTitle(),
26  $this->getURI($item->getAction())
27  );
28  }
29 }
ui()
Definition: ui.php:5