ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
AbstractStaticMetaBarProvider.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Scope\MetaBar\Provider
;
2
3
use
ILIAS\DI\Container
;
4
use
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface
;
5
use
ILIAS\GlobalScreen\Provider\AbstractProvider
;
6
use
ILIAS\GlobalScreen\Scope\MetaBar\Factory\MetaBarItemFactory
;
7
13
abstract
class
AbstractStaticMetaBarProvider
extends
AbstractProvider
implements
StaticMetaBarProvider
14
{
15
19
protected
$dic
;
23
protected
$if
;
27
protected
$meta_bar
;
28
29
33
public
function
__construct
(
Container
$dic
)
34
{
35
parent::__construct
(
$dic
);
36
$this->meta_bar = $this->
globalScreen
()->metaBar();
37
$this->
if
= $this->
globalScreen
()->identification()->core($this);
38
}
39
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:18
ILIAS\GlobalScreen\Provider\AbstractProvider
Definition:
AbstractProvider.php:12
ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen
globalScreen()
Definition:
AbstractProvider.php:36
ILIAS\GlobalScreen\Scope\MetaBar\Factory\MetaBarItemFactory
Class MetaBarItemFactory.
Definition:
MetaBarItemFactory.php:13
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticMetaBarProvider
Interface AbstractStaticMetaBarProvider.
Definition:
AbstractStaticMetaBarProvider.php:14
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticMetaBarProvider\$dic
$dic
Definition:
AbstractStaticMetaBarProvider.php:19
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticMetaBarProvider\$meta_bar
$meta_bar
Definition:
AbstractStaticMetaBarProvider.php:27
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticMetaBarProvider\__construct
__construct(Container $dic)
@inheritDoc
Definition:
AbstractStaticMetaBarProvider.php:33
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticMetaBarProvider\$if
$if
Definition:
AbstractStaticMetaBarProvider.php:23
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface
Class IdentificationProviderInterface.
Definition:
IdentificationProviderInterface.php:9
ILIAS\GlobalScreen\Scope\MetaBar\Provider\StaticMetaBarProvider
Class StaticMetaBarProvider.
Definition:
StaticMetaBarProvider.php:12
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:30
ILIAS\GlobalScreen\Scope\MetaBar\Provider
Definition:
AbstractStaticMetaBarPluginProvider.php:1
src
GlobalScreen
Scope
MetaBar
Provider
AbstractStaticMetaBarProvider.php
Generated on Sat Oct 4 2025 20:01:11 for ILIAS by
1.9.4 (using
Doxyfile
)