PHP 클래스 BookStack\Http\Controllers\Auth\ResetPasswordController

상속: extends BookStack\Http\Controllers\Controller, use trait Illuminate\Foundation\Auth\ResetsPasswords
파일 보기 프로젝트 열기: ssddanbrown/bookstack

보호된 프로퍼티들

프로퍼티 타입 설명
$redirectTo

공개 메소드들

메소드 설명
__construct ( ) : void Create a new controller instance.

보호된 메소드들

메소드 설명
sendResetResponse ( string $response ) : Illuminate\Http\Response Get the response for a successful password reset.

메소드 상세

__construct() 공개 메소드

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

sendResetResponse() 보호된 메소드

Get the response for a successful password reset.
protected sendResetResponse ( string $response ) : Illuminate\Http\Response
$response string
리턴 Illuminate\Http\Response

프로퍼티 상세

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

protected $redirectTo