ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
AbstractStaticMetaBarProvider.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
21 
26 
32 {
36  protected $dic;
40  protected $if;
44  protected $meta_bar;
45 
49  public function __construct(Container $dic)
50  {
51  parent::__construct($dic);
52  $this->meta_bar = $this->globalScreen()->metaBar();
53  $this->if = $this->globalScreen()->identification()->core($this);
54  }
55 }
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:18
__construct(Container $dic, ilPlugin $plugin)