class Illuminate / Notifications / Events / NotificationSent
You are viewing an older version of the documentation. For the latest, please visit master documentation.

NotificationSent

Uses

Properties

public

$notifiable mixed

The notifiable entity who received the notification.

Default: null
public

$notification Notification

The notification instance.

Default: null
public

$channel string

The channel name.

Default: null
public

$response mixed

The channel's response.

Default: null

Methods

public

__construct ( $notifiable , $notification , $channel , $response ) : void

Create a new event instance.

Parameters

  • $notifiable mixed
  • $notification Notification
  • $channel string
  • $response mixed