ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
AbstractNotificationProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27
33{
34 protected Container $dic;
37
41 public function __construct(Container $dic)
42 {
44 $this->notification_factory = $this->globalScreen()->notifications()->factory();
45 $this->if = $this->globalScreen()->identification()->core($this);
46 }
47
51 public function getAdministrativeNotifications(): array
52 {
53 return [];
54 }
55}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:36
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc