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

Return Value

bool

at line line 33
abstract trigger(string $channel, string $message)

Trigger a notification

Parameters

string $channel The channel to send the message on
string $message The content of the message to send