\App\NotificationsAgentNewPrivateTicketMessage

Summary

Methods
Properties
Constants
__construct()
via()
toMail()
toArray()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(\App\Message  $message) : void

Create a new notification instance.

Parameters

\App\Message $message

via()

via(mixed  $notifiable) : array

Get the notification's delivery channels.

Parameters

mixed $notifiable

Returns

array

toMail()

toMail(mixed  $notifiable) : \Illuminate\Notifications\Messages\MailMessage

Get the mail representation of the notification.

Parameters

mixed $notifiable

Returns

\Illuminate\Notifications\Messages\MailMessage

toArray()

toArray(mixed  $notifiable) : array

Get the array representation of the notification.

Parameters

mixed $notifiable

Returns

array