class AnnotationAssistanceRequest extends Notification implements ShouldQueue

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 line 28
__construct(AnnotationAssistanceRequest $request)

Create a new instance.

Parameters

AnnotationAssistanceRequest $request

at line 39
array via(User $notifiable)

Get the notification's delivery channels.

Parameters

User $notifiable

Return Value

array

at line 60
MailMessage toMail(User $notifiable)

Get the mail representation of the notification.

Parameters

User $notifiable

The assistance request

Return Value

MailMessage

at line 78
array toArray(User $notifiable)

Get the array representation of the notification.

Parameters

User $notifiable

Return Value

array