PHP Класс BookStack\Notifications\ConfirmEmail

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

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

Свойство Тип Описание
$token

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

Метод Описание
__construct ( string $token ) 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 ( string $token )
$token string

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 публичное свойство

public $token