PHP Класс App\Notifications\AccountActivation

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

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

Свойство Тип Описание
$user Create a new notification instance.

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

Метод Описание
__construct ( $user )
toArray ( mixed $notifiable ) : array Get the array representation of the notification.
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() публичный метод

public __construct ( $user )

toArray() публичный метод

Get the array representation of the notification.
public toArray ( mixed $notifiable ) : array
$notifiable mixed
Результат array

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

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

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

Create a new notification instance.
public $user