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

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

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

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

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

Метод Описание
__construct ( $confirmation_code ) UserNeedsConfirmation constructor.
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() публичный метод

UserNeedsConfirmation constructor.
public __construct ( $confirmation_code )
$confirmation_code

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

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

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

protected $confirmation_code