ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\GlobalScreen\Scope\Notification\NotificationServices Class Reference

Class NotificationServices. More...

+ Collaboration diagram for ILIAS\GlobalScreen\Scope\Notification\NotificationServices:

Public Member Functions

 __construct ()
 
 factory ()
 

Private Attributes

NotificationFactory $notification_factory
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ILIAS\GlobalScreen\Scope\Notification\NotificationServices::__construct ( )

Definition at line 34 of file NotificationServices.php.

35  {
36  $this->notification_factory = new NotificationFactory();
37  }

Member Function Documentation

◆ factory()

ILIAS\GlobalScreen\Scope\Notification\NotificationServices::factory ( )
Returns
NotificationFactory

Definition at line 43 of file NotificationServices.php.

References ILIAS\GlobalScreen\Scope\Notification\NotificationServices\$notification_factory.

43  : NotificationFactory
44  {
46  }

Field Documentation

◆ $notification_factory

NotificationFactory ILIAS\GlobalScreen\Scope\Notification\NotificationServices::$notification_factory
private

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