PHP Class App\Notifications\Frontend\Auth\UserNeedsPasswordReset

Inheritance: extends Illuminate\Notifications\Notification, use trait Illuminate\Bus\Queueable
Afficher le fichier Open project: rappasoft/laravel-5-boilerplate

Méthodes publiques

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

Méthodes publiques

Méthode Description
__construct ( $token ) UserNeedsPasswordReset constructor.
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

UserNeedsPasswordReset constructor.
public __construct ( $token )
$token

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