class Alert extends Notification

Properties

string $connections

Queue connection name.

string $queue

Queue name.

string $size

Queue size.

Methods

__construct(string $connection, string $queue, int $size)

Create a new notification instance.

array
via(mixed $notifiable)

Get the notification's delivery channels.

MailMessage
toMail(mixed $notifiable)

Get the mail representation of the notification.

Details

at line 34
__construct(string $connection, string $queue, int $size)

Create a new notification instance.

Parameters

string $connection
string $queue
int $size

at line 47
array via(mixed $notifiable)

Get the notification's delivery channels.

Parameters

mixed $notifiable

Return Value

array

at line 58
MailMessage toMail(mixed $notifiable)

Get the mail representation of the notification.

Parameters

mixed $notifiable

Return Value

MailMessage