PHP Class BookStack\Notifications\ConfirmEmail

Inheritance: extends Illuminate\Notifications\Notification
Afficher le fichier Open project: ssddanbrown/bookstack

Méthodes publiques

Свойство Type Description
$token

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

Create a new notification instance.
public __construct ( string $token )
$token string

toMail() public méthode

Get the mail representation of the notification.
public toMail ( mixed $notifiable ) : Illuminate\Notifications\Messages\MailMessage
$notifiable mixed
Résultat Illuminate\Notifications\Messages\MailMessage

via() public méthode

Get the notification's delivery channels.
public via ( mixed $notifiable ) : array
$notifiable mixed
Résultat array

Property Details

$token public_oe property

public $token