ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Notifications\Service Class Reference
+ Collaboration diagram for ILIAS\Notifications\Service:

Public Member Functions

 __construct (protected Container $dic)
 
 system ()
 

Detailed Description

Author
Ingmar Szmais iszma.nosp@m.is@d.nosp@m.ataba.nosp@m.y.de

Definition at line 28 of file Service.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Notifications\Service::__construct ( protected Container  $dic)

Definition at line 30 of file Service.php.

31 {
32 }

Member Function Documentation

◆ system()

ILIAS\Notifications\Service::system ( )

Definition at line 34 of file Service.php.

34 : ilNotificationSystem
35 {
36 return new ilNotificationSystem(
37 $this->dic->rbac()->review(),
38 $this->dic->logger()->nota()
39 );
40 }

The documentation for this class was generated from the following file: