PHP Class BookStack\Notifications\ResetPassword

Inheritance: extends Illuminate\Notifications\Notification
Datei anzeigen Open project: ssddanbrown/bookstack

Public Properties

Property Type Description
$token string The password reset token.

Public Methods

Method 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 method

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

toMail() public method

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

via() public method

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

Property Details

$token public_oe property

The password reset token.
public string $token
return string