PHP Класс App\Notifications\Auth\ResetPasswordNotification

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

Защищенные свойства (Protected)

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

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

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

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

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

Create a new notification instance.
public __construct ( $token ) : void
Результат void

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

Get 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 delivery channels.
public via ( mixed $notifiable ) : array
$notifiable mixed
Результат array

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

$token защищенное свойство

The reset password token.
protected null $token
Результат null