NotificationManager
uses
Singleton
Table of Contents
Methods
-
__wakeup()
: mixed
-
getInstance()
: static
-
getNotificationClasses()
: array<string|int, mixed>
-
sendAllNotifications()
: void
-
sendAllNotificationsAboutAdd()
: void
-
sendAllNotificationsAboutUpdate()
: void
__wakeup()
public
__wakeup() : mixed
getInstance()
public
static getInstance() : static
getNotificationClasses()
public
getNotificationClasses() : array<string|int, mixed>
Return values
array<string|int, mixed>
sendAllNotifications()
public
sendAllNotifications(int $entityTypeId, Difference $difference, string $sendingType) : void
Parameters
-
$entityTypeId
: int
-
-
$difference
: Difference
-
-
$sendingType
: string
-
sendAllNotificationsAboutAdd()
public
sendAllNotificationsAboutAdd(int $entityTypeId, Difference $difference) : void
Parameters
-
$entityTypeId
: int
-
-
$difference
: Difference
-
sendAllNotificationsAboutUpdate()
public
sendAllNotificationsAboutUpdate(int $entityTypeId, Difference $difference) : void
Parameters
-
$entityTypeId
: int
-
-
$difference
: Difference
-