ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
BaseMetaBarItemRenderer.php
Go to the documentation of this file.
1
<?
php
2
19
declare(strict_types=1);
20
namespace
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer
;
21
22
use
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem
;
23
use
ILIAS\UI\Component\Component
;
24
29
class
BaseMetaBarItemRenderer
extends
AbstractMetaBarItemRenderer
implements
MetaBarItemRenderer
30
{
35
protected
function
getSpecificComponentForItem
(
isItem
$item) :
Component
36
{
37
return
$this->
ui
->factory()->legacy(
"no renderer found"
);
38
}
39
}
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\BaseMetaBarItemRenderer
Class BaseMetaBarItemRenderer.
Definition:
BaseMetaBarItemRenderer.php:30
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer\BaseMetaBarItemRenderer\getSpecificComponentForItem
getSpecificComponentForItem(isItem $item)
Definition:
BaseMetaBarItemRenderer.php:35
ILIAS\GlobalScreen\Scope\MetaBar\Collector\Renderer\MetaBarItemRenderer
Interface MetaBarItemRenderer.
Definition:
MetaBarItemRenderer.php:30
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
BaseMetaBarItemRenderer.php
Generated on Fri Oct 3 2025 21:01:10 for ILIAS by
1.9.4 (using
Doxyfile
)