ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
TopLinkItemRenderer.php
Go to the documentation of this file.
1
<?
php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer
;
22
23
use
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem
;
24
use
ILIAS\GlobalScreen\Scope\MetaBar\Factory\TopLinkItem
;
25
use
ILIAS\UI\Component\Component
;
26
31
class
TopLinkItemRenderer
extends
AbstractMetaBarItemRenderer
32
{
36
protected
function
getSpecificComponentForItem
(
isItem
$item) :
Component
37
{
41
return
$this->
ui
->factory()->link()->bulky(
42
$this->
buildIcon
($item),
43
$item->getTitle(),
44
$this->getURI($item->getAction())
45
);
46
}
47
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer\AbstractMetaBarItemRenderer
Class AbstractMetaBarItemRenderer.
Definition:
AbstractMetaBarItemRenderer.php:38
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer\AbstractMetaBarItemRenderer\buildIcon
buildIcon(isItem $item)
Definition:
AbstractMetaBarItemRenderer.php:85
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer\AbstractMetaBarItemRenderer\getSpecificComponentForItem
getSpecificComponentForItem(isItem $item)
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer\TopLinkItemRenderer
Class TopLinkItemRenderer.
Definition:
TopLinkItemRenderer.php:32
ILIAS\GlobalScreen\Scope\MetaBar\Factory\TopLinkItem
Class TopLinkItem.
Definition:
TopLinkItem.php:33
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem
Class isItem.
Definition:
isItem.php:31
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:14
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer
Definition:
AbstractMetaBarItemRenderer.php:21
ui
ui()
Definition:
ui.php:5
src
GlobalScreen
Scope
MetaBar
Collector
Renderer
TopLinkItemRenderer.php
Generated on Sat Oct 4 2025 21:01:13 for ILIAS by
1.9.4 (using
Doxyfile
)