ILIAS  release_7 Revision v7.30-3-g800a261c036
AbstractStaticMetaBarProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
21
26
32{
36 protected $dic;
40 protected $if;
44 protected $meta_bar;
45
49 public function __construct(Container $dic)
50 {
52 $this->meta_bar = $this->globalScreen()->metaBar();
53 $this->if = $this->globalScreen()->identification()->core($this);
54 }
55}
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:19
Class MetaBarItemFactory This factory provides you all available types for MainMenu GlobalScreen Item...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc