ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
TopLegacyItemRenderer.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\TopLegacyItem
;
25
use
ILIAS\UI\Component\Component
;
26
31
class
TopLegacyItemRenderer
extends
AbstractMetaBarItemRenderer
32
{
36
protected
function
getSpecificComponentForItem
(
isItem
$item) :
Component
37
{
42
return
$this->
ui
->factory()->mainControls()->slate()->legacy(
43
$item->getTitle(),
44
$this->buildIcon($item),
45
$item->getLegacyContent()
46
);
47
}
48
}
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\getSpecificComponentForItem
getSpecificComponentForItem(isItem $item)
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer\TopLegacyItemRenderer
Class TopLegacyItemRenderer.
Definition:
TopLegacyItemRenderer.php:32
ILIAS\GlobalScreen\Scope\MetaBar\Factory\TopLegacyItem
Class TopLegacyItem.
Definition:
TopLegacyItem.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
TopLegacyItemRenderer.php
Generated on Sat Oct 4 2025 21:01:13 for ILIAS by
1.9.4 (using
Doxyfile
)