PHP 클래스 App\Notifications\Auth\ResetPasswordNotification

상속: extends Illuminate\Notifications\Notification, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Bus\Queueable
파일 보기 프로젝트 열기: ant-vel/antVel

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( $token ) : void Create a new notification instance.
toMail ( mixed $notifiable ) : Illuminate\Notifications\Messages\MailMessage Get the mail representation of the notification.
via ( mixed $notifiable ) : array Get the notification's delivery channels.

메소드 상세

__construct() 공개 메소드

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

toMail() 공개 메소드

Get 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 delivery channels.
public via ( mixed $notifiable ) : array
$notifiable mixed
리턴 array

프로퍼티 상세

$token 보호되어 있는 프로퍼티

The reset password token.
protected null $token
리턴 null