\App\NotificationsMessageNotification

Notification for a message that has been sent

Summary

Methods
Properties
Constants
via()
toMail()
__construct()
No public properties found
No constants found
getLocalizationParameters()
getKeyBase()
__()
$message
N/A
No private methods found
No private properties found
N/A

Properties

Methods

via()

via() 

toMail()

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

Get the mail representation of the notification.

Parameters

mixed $notifiable

Returns

\Illuminate\Notifications\Messages\MailMessage

__construct()

__construct(\App\Message  $message) 

Create a new notification instance.

Parameters

\App\Message $message

getLocalizationParameters()

getLocalizationParameters() : array

Localization parameters

Returns

array

getKeyBase()

getKeyBase() : string

Localization key base

Returns

string

__()

__(  $key) : array|null|string

Translate a message

Parameters

$key

Returns

array|null|string