ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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: