PHP Класс BookStack\Notifications\ResetPassword

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

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

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

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

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

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

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

Create a notification instance.
public __construct ( string $token )
$token string

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

Build the mail representation of the notification.
public toMail ( ) : Illuminate\Notifications\Messages\MailMessage
Результат 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