PHP Class Mage2\User\Notifications\ResetPassword

Inheritance: extends Illuminate\Notifications\Notification
Afficher le fichier Open project: mage2/laravel-ecommerce

Méthodes publiques

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

Méthodes publiques

Méthode 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 méthode

Create a notification instance.
public __construct ( string $token ) : void
$token string
Résultat void

toMail() public méthode

Build 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 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