SystemNotificationsManager
in package
Table of Contents
- SERVICE_NAME = 'systemNotificationsManager'
- $notifications : array<string|int, mixed>
- addNotification() : void
- getNotifications() : array<string|int, INotification>
Constants
SERVICE_NAME
public
mixed
SERVICE_NAME
= 'systemNotificationsManager'
Properties
$notifications
private
array<string|int, mixed>
$notifications
= []
Methods
addNotification()
public
addNotification(INotification $notification) : void
Parameters
- $notification : INotification
Return values
void —getNotifications()
public
getNotifications() : array<string|int, INotification>