NotificationAdapter
class NotificationAdapter
An external push service, used to send notifications to users in real-time while they are using the web interface
Methods
static bool
isEnabled()
Find whether we should/can send messages using this adapter
trigger(string $channel, string $message)
Trigger a notification
Details
at line line 22
static bool
isEnabled()
Find whether we should/can send messages using this adapter
at line line 33
abstract
trigger(string $channel, string $message)
Trigger a notification