ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 ( )

Field Documentation

◆ $notification_factory

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

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