PHP Класс App\Notifications\ClientActionNotification

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

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

Метод Описание
__construct ( $client, $action ) : void Create a new notification instance.
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() публичный метод

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

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