PHP Class BookStack\Notifications\ResetPassword

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

Méthodes publiques

Свойство Type Description
$token string The password reset token.

Méthodes publiques

Méthode Description
__construct ( string $token ) Create a notification instance.
toMail ( ) : Illuminate\Notifications\Messages\MailMessage Build the mail representation of the notification.
via ( mixed $notifiable ) : array | string Get the notification's channels.

Method Details

__construct() public méthode

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

toMail() public méthode

Build the mail representation of the notification.
public toMail ( ) : Illuminate\Notifications\Messages\MailMessage
Résultat Illuminate\Notifications\Messages\MailMessage

via() public méthode

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

Property Details

$token public_oe property

The password reset token.
public string $token
Résultat string