ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
AbstractStaticPluginMainMenuProvider.php
Go to the documentation of this file.
2 
4 use ilPlugin;
5 
12 {
13 
17  protected $plugin;
18 
19 
24  {
25  parent::__construct($dic);
26  $this->plugin = $plugin;
27  $this->if = $this->globalScreen()->identification()->plugin($plugin, $this);
28  }
29 
30 
34  final public function getProviderNameForPresentation() : string
35  {
36  return $this->plugin->getPluginName();
37  }
38 }
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:16