ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Service.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Notifications;
22
24
29{
30 public function __construct(protected Container $dic)
31 {
32 }
33
34 public function system(): ilNotificationSystem
35 {
36 return new ilNotificationSystem(
37 $this->dic->rbac()->review(),
38 $this->dic->logger()->nota()
39 );
40 }
41}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:36
__construct(protected Container $dic)
Definition: Service.php:30
$dic
Definition: ltiresult.php:33