ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
AbstractStaticMetaBarProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27
33{
34 protected Container $dic;
37
41 public function __construct(Container $dic)
42 {
44 $this->meta_bar = $this->globalScreen()->metaBar();
45 $this->if = $this->globalScreen()->identification()->core($this);
46 }
47}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:36
Class MetaBarItemFactory This factory provides you all available types for MainMenu GlobalScreen Item...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc