NotificationSent
in package
Table of Contents
- $channel : string
- The channel name.
- $notifiable : mixed
- The notifiable entity who received the notification.
- $notification : Notification
- The notification instance.
- $response : mixed
- The channel's response.
- __construct() : void
- Create a new event instance.
Properties
$channel
The channel name.
public
string
$channel
$notifiable
The notifiable entity who received the notification.
public
mixed
$notifiable
$notification
The notification instance.
public
Notification
$notification
$response
The channel's response.
public
mixed
$response
Methods
__construct()
Create a new event instance.
public
__construct(mixed $notifiable, Notification $notification, string $channel[, mixed $response = null ]) : void
Parameters
- $notifiable : mixed
- $notification : Notification
- $channel : string
- $response : mixed = null