ILIAS  release_7 Revision v7.30-3-g800a261c036
AbstractNotificationProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
21
26
32{
36 protected $dic;
40 protected $if;
45
49 public function __construct(Container $dic)
50 {
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}
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:19
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc