class ReportReady extendsNotification

Properties

protectedReport $report The report that is ready.

Methods

void
__construct(Report$report)

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.

array
toArray(mixed$notifiable)

Get the array representation of the notification.

Details

at line24
void __construct(Report$report)

Create a new notification instance.

Parameters

Report $report

Return Value

void

at line35
array via(mixed$notifiable)

Get the notification's delivery channels.

Parameters

mixed $notifiable

Return Value

array

at line56
MailMessage toMail(mixed$notifiable)

Get the mail representation of the notification.

Parameters

mixed $notifiable

Return Value

MailMessage

at line75
array toArray(mixed$notifiable)

Get the array representation of the notification.

Parameters

mixed $notifiable

Return Value

array