ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Notifications\Service Class Reference
+ Collaboration diagram for ILIAS\Notifications\Service:

Public Member Functions

 __construct (Container $DIC)
 
 system ()
 

Protected Attributes

Container $dic
 

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 ( Container  $DIC)

Definition at line 32 of file Service.php.

References $DIC.

33  {
34  $this->dic = $DIC;
35  }
global $DIC
Definition: feed.php:28

Member Function Documentation

◆ system()

ILIAS\Notifications\Service::system ( )

Definition at line 37 of file Service.php.

37  : ilNotificationSystem
38  {
39  return new ilNotificationSystem($this->dic->rbac()->review());
40  }

Field Documentation

◆ $dic

Container ILIAS\Notifications\Service::$dic
protected

Definition at line 30 of file Service.php.


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