class Alert extends Facade

Facade for the Alert System Service.

Methods

static string
getFacadeAccessor()

Get the registered name of the component.

static void
send(string $type, string $message, array $details = '[]', array $options = '[]')

Send an alert.

Details

at line 21
static protected string getFacadeAccessor()

Get the registered name of the component.

Return Value

string

at line 14
static void send(string $type, string $message, array $details = '[]', array $options = '[]')

Send an alert.

Parameters

string $type
string $message
array $details
array $options

Return Value

void