ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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 {
36 $this->notification_factory = $this->globalScreen()->notifications()->factory();
37 $this->if = $this->globalScreen()->identification()->core($this);
38 }
39}
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:18
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc