ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
AbstractNotificationProvider.php
Go to the documentation of this file.
2 
7 
14 {
15 
19  protected $dic;
23  protected $if;
28 
29 
33  public function __construct(Container $dic)
34  {
35  parent::__construct($dic);
36  $this->notification_factory = $this->globalScreen()->notifications()->factory();
37  $this->if = $this->globalScreen()->identification()->core($this);
38  }
39 }
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:17
__construct(Container $dic, ilPlugin $plugin)