PHP 클래스 App\Http\Controllers\Back\Auth\ForgotPasswordController

상속: extends app\http\controllers\Controller, use trait Illuminate\Foundation\Auth\SendsPasswordResetEmails
파일 보기 프로젝트 열기: spatie-custom/blender

공개 메소드들

메소드 설명
__construct ( ) 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 ( )

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