ILIAS  release_7 Revision v7.30-3-g800a261c036
AbstractNotificationProvider.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;
45 
49  public function __construct(Container $dic)
50  {
51  parent::__construct($dic);
52  $this->notification_factory = $this->globalScreen()->notifications()->factory();
53  $this->if = $this->globalScreen()->identification()->core($this);
54  }
55 
59  public function getAdministrativeNotifications() : array
60  {
61  return [];
62  }
63 }
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:18
__construct(Container $dic, ilPlugin $plugin)