\App\NotificationsPermissionChange

Summary

Methods
Properties
Constants
__construct()
via()
viaQueues()
toArray()
$data
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$data

$data : 

Type

Methods

__construct()

__construct(mixed  $data) : void

Create a new notification instance.

Parameters

mixed $data

via()

via(mixed  $notifiable) : array

Get the notification's delivery channels.

Parameters

mixed $notifiable

Returns

array

viaQueues()

viaQueues() : array

确定哪些队列应该被通知频道使用。

Returns

array

toArray()

toArray(mixed  $notifiable) : array

Get the array representation of the notification.

Parameters

mixed $notifiable

Returns

array