class AnnotationAssistanceRequest extendsNotification implementsShouldQueue

Traits

Queueable

Properties

AnnotationAssistanceRequest $request The annotation assistance request.

Methods

__construct(AnnotationAssistanceRequest$request)

Create a new instance.

array
via(User$notifiable)

Get the notification's delivery channels.

MailMessage
toMail(User$notifiable)

Get the mail representation of the notification.

array
toArray(User$notifiable)

Get the array representation of the notification.

Details

at line28
__construct(AnnotationAssistanceRequest$request)

Create a new instance.

Parameters

AnnotationAssistanceRequest $request

at line39
array via(User$notifiable)

Get the notification's delivery channels.

Parameters

User $notifiable

Return Value

array

at line60
MailMessage toMail(User$notifiable)

Get the mail representation of the notification.

Parameters

User $notifiable The assistance request

Return Value

MailMessage

at line78
array toArray(User$notifiable)

Get the array representation of the notification.

Parameters

User $notifiable

Return Value

array