PHP Класс App\Notifications\Frontend\Auth\UserNeedsPasswordReset

Наследование: extends Illuminate\Notifications\Notification, use trait Illuminate\Bus\Queueable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$token string The password reset token.

Открытые методы

Метод Описание
__construct ( $token ) UserNeedsPasswordReset constructor.
toMail ( mixed $notifiable ) : Illuminate\Notifications\Messages\MailMessage Build the mail representation of the notification.
via ( mixed $notifiable ) : array | string Get the notification's channels.

Описание методов

__construct() публичный Метод

UserNeedsPasswordReset constructor.
public __construct ( $token )
$token

toMail() публичный Метод

Build the mail representation of the notification.
public toMail ( mixed $notifiable ) : Illuminate\Notifications\Messages\MailMessage
$notifiable mixed
Результат Illuminate\Notifications\Messages\MailMessage

via() публичный Метод

Get the notification's channels.
public via ( mixed $notifiable ) : array | string
$notifiable mixed
Результат array | string

Описание свойств

$token публичное свойство

The password reset token.
public string $token
Результат string