ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ ilDoc Overview
StaticMetaBarProvider.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\MetaBar\Provider
;
22
23
use
ILIAS\GlobalScreen\Provider\StaticProvider
;
24
use
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem
;
25
30
interface
StaticMetaBarProvider
extends
StaticProvider
,
MetaBarProviderInterface
31
{
35
public
function
getMetaBarItems
(): array;
36
}
ILIAS\GlobalScreen\Scope\MetaBar\Provider\StaticMetaBarProvider
Class StaticMetaBarProvider.
Definition:
StaticMetaBarProvider.php:30
ILIAS\GlobalScreen\Scope\MetaBar\Provider
Definition:
AbstractStaticFooterProvider.php:21
ILIAS\GlobalScreen\Scope\MetaBar\Provider\MetaBarProviderInterface
Class MetaBarProviderInterface.
Definition:
MetaBarProviderInterface.php:27
ILIAS\GlobalScreen\Scope\MetaBar\Provider\StaticMetaBarProvider\getMetaBarItems
getMetaBarItems()
isItem
ILIAS\GlobalScreen\Provider\StaticProvider
Interface StaticProvider.
Definition:
StaticProvider.php:27
StaticProvider
components
ILIAS
GlobalScreen
src
Scope
MetaBar
Provider
StaticMetaBarProvider.php
Generated on Tue Sep 2 2025 23:03:09 for ILIAS by
1.8.13 (using
Doxyfile
)