PHP 클래스 Mage2\User\Notifications\ResetPassword

상속: extends Illuminate\Notifications\Notification
파일 보기 프로젝트 열기: mage2/laravel-ecommerce

공개 프로퍼티들

프로퍼티 타입 설명
$token string The password reset token.

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

Create a notification instance.
public __construct ( string $token ) : void
$token string
리턴 void

toMail() 공개 메소드

Build the mail representation of the notification.
public toMail ( mixed $notifiable ) : Illuminate\Notifications\Messages\MailMessage
$notifiable mixed
리턴 Illuminate\Notifications\Messages\MailMessage

via() 공개 메소드

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

프로퍼티 상세

$token 공개적으로 프로퍼티

The password reset token.
public string $token
리턴 string