PHP 클래스 Mage2\User\Controllers\Admin\ForgotPasswordController

상속: extends Mage2\Framework\System\Controllers\AdminController, use trait Illuminate\Foundation\Auth\SendsPasswordResetEmails
파일 보기 프로젝트 열기: mage2/laravel-ecommerce

공개 메소드들

메소드 설명
__construct ( ) : void Create a new controller instance.
broker ( ) : Illuminate\Contracts\Auth\PasswordBroker Get the broker to be used during password reset.
showLinkRequestForm ( ) : Illuminate\Http\Response Display the form to request a password reset link.

보호된 메소드들

메소드 설명
guard ( )

메소드 상세

__construct() 공개 메소드

Create a new controller instance.
public __construct ( ) : void
리턴 void

broker() 공개 메소드

Get the broker to be used during password reset.
public broker ( ) : Illuminate\Contracts\Auth\PasswordBroker
리턴 Illuminate\Contracts\Auth\PasswordBroker

guard() 보호된 메소드

protected guard ( )

showLinkRequestForm() 공개 메소드

Display the form to request a password reset link.
public showLinkRequestForm ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response