ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
StaticMetaBarProvider.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Scope\MetaBar\Provider
;
2
3
use
ILIAS\GlobalScreen\Provider\StaticProvider
;
4
use
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem
;
5
11
interface
StaticMetaBarProvider
extends
StaticProvider
,
MetaBarProviderInterface
12
{
13
const
PURPOSE_MBS
=
"meta_bar_static"
;
14
15
19
public
function
getMetaBarItems
() : array;
20
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\Provider\StaticProvider
Interface StaticProvider.
Definition:
StaticProvider.php:9
ILIAS\GlobalScreen\Scope\MetaBar\Factory\isItem
Class isItem.
Definition:
isItem.php:12
ILIAS\GlobalScreen\Scope\MetaBar\Provider\MetaBarProviderInterface
Class MetaBarProviderInterface.
Definition:
MetaBarProviderInterface.php:9
ILIAS\GlobalScreen\Scope\MetaBar\Provider\StaticMetaBarProvider
Class StaticMetaBarProvider.
Definition:
StaticMetaBarProvider.php:12
ILIAS\GlobalScreen\Scope\MetaBar\Provider\StaticMetaBarProvider\getMetaBarItems
getMetaBarItems()
ILIAS\GlobalScreen\Scope\MetaBar\Provider\StaticMetaBarProvider\PURPOSE_MBS
const PURPOSE_MBS
Definition:
StaticMetaBarProvider.php:13
ILIAS\GlobalScreen\Scope\MetaBar\Provider
Definition:
AbstractStaticMetaBarPluginProvider.php:1
src
GlobalScreen
Scope
MetaBar
Provider
StaticMetaBarProvider.php
Generated on Fri Oct 3 2025 20:01:15 for ILIAS by
1.9.4 (using
Doxyfile
)