\App\NotificationsPasswordReset

Summary

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

Properties

$token

$token : string

The password reset token.

Type

string

Methods

__construct()

__construct(  $token) : void

Create a new notification instance.

Parameters

$token

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