PHP Class Mage2\User\Notifications\ResetPassword

Inheritance: extends Illuminate\Notifications\Notification
Datei anzeigen Open project: mage2/laravel-ecommerce

Public Properties

Property Type Description
$token string The password reset token.

Public Methods

Method Description
__construct ( string $token ) : void Create a notification instance.
toMail ( mixed $notifiable ) : 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 ) : void
$token string
return void

toMail() public method

Build the mail representation of the notification.
public toMail ( mixed $notifiable ) : Illuminate\Notifications\Messages\MailMessage
$notifiable mixed
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