ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
AbstractStaticMetaBarProvider.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
21 
26 
32 {
33  protected Container $dic;
36 
40  public function __construct(Container $dic)
41  {
42  parent::__construct($dic);
43  $this->meta_bar = $this->globalScreen()->metaBar();
44  $this->if = $this->globalScreen()->identification()->core($this);
45  }
46 }
Class MetaBarItemFactory This factory provides you all available types for MainMenu GlobalScreen Item...
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:31
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)