ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\UI\Component\Component
;
25
30
class
TopLegacyItemRenderer
extends
AbstractMetaBarItemRenderer
31
{
35
protected
function
getSpecificComponentForItem
(
isItem
$item):
Component
36
{
41
return
$this->
ui
->factory()->mainControls()->slate()->legacy(
42
$item->getTitle(),
43
$this->buildIcon($item),
44
$item->getLegacyContent()
45
);
46
}
47
}
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer\AbstractMetaBarItemRenderer
Class AbstractMetaBarItemRenderer.
Definition:
AbstractMetaBarItemRenderer.php:39
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer\AbstractMetaBarItemRenderer\getSpecificComponentForItem
getSpecificComponentForItem(isItem $item)
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer\TopLegacyItemRenderer
Class TopLegacyItemRenderer.
Definition:
TopLegacyItemRenderer.php:31
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem
Definition:
isItem.php:30
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:28
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer
Definition:
AbstractMetaBarItemRenderer.php:21
ILIAS\Repository\ui
ui()
Definition:
trait.GlobalDICGUIServices.php:53
ILIAS\UI\Component
components
ILIAS
GlobalScreen
src
Scope
MetaBar
Collector
Renderer
TopLegacyItemRenderer.php
Generated on Sat Oct 18 2025 23:03:07 for ILIAS by
1.9.4 (using
Doxyfile
)