class PtpJobConcluded extends Notification

Properties

protected string $volumeName

The volume name for which the PTP job was running.

protected int $volumeId

The volume ID for which the PTP job was running.

Methods

void
__construct(Volume $volume)

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 line 26
void __construct(Volume $volume)

Create a new notification instance.

Parameters

Volume $volume

Return Value

void

at line 38
array via(mixed $notifiable)

Get the notification's delivery channels.

Parameters

mixed $notifiable

Return Value

array

at line 59
MailMessage toMail(mixed $notifiable)

Get the mail representation of the notification.

Parameters

mixed $notifiable

Return Value

MailMessage

at line 78
array toArray(mixed $notifiable)

Get the array representation of the notification.

Parameters

mixed $notifiable

Return Value

array