Documentation

NotificationFailed
in package

Table of Contents

$channel  : string
The channel name.
$data  : array<string|int, mixed>
The data needed to process this failure.
$notifiable  : mixed
The notifiable entity who received the notification.
$notification  : Notification
The notification instance.
__construct()  : void
Create a new event instance.

Properties

$data

The data needed to process this failure.

public array<string|int, mixed> $data = []

$notifiable

The notifiable entity who received the notification.

public mixed $notifiable

Methods

__construct()

Create a new event instance.

public __construct(mixed $notifiable, Notification $notification, string $channel[, array<string|int, mixed> $data = [] ]) : void
Parameters
$notifiable : mixed
$notification : Notification
$channel : string
$data : array<string|int, mixed> = []
Return values
void

Search results