PHP 트레잇 Jrean\UserVerification\Traits\VerifiesUsers

상속: use trait RedirectsUsers
파일 보기 프로젝트 열기: jrean/laravel-user-verification

공개 메소드들

메소드 설명
getVerification ( Illuminate\Http\Request $request, string $token ) : Response Handle the user verification.
getVerificationError ( ) : Response Show the verification error view.

보호된 메소드들

메소드 설명
userTable ( ) : string Get the user table name.
validateRequest ( Illuminate\Http\Request $request ) : Response Validate the verification link.
verificationEmailView ( ) : string Get the verification e-mail view name.
verificationErrorView ( ) : string Get the verification error view name.

메소드 상세

getVerification() 공개 메소드

Handle the user verification.
public getVerification ( Illuminate\Http\Request $request, string $token ) : Response
$request Illuminate\Http\Request
$token string
리턴 Response

getVerificationError() 공개 메소드

Show the verification error view.
public getVerificationError ( ) : Response
리턴 Response

userTable() 보호된 메소드

Get the user table name.
protected userTable ( ) : string
리턴 string

validateRequest() 보호된 메소드

Validate the verification link.
protected validateRequest ( Illuminate\Http\Request $request ) : Response
$request Illuminate\Http\Request
리턴 Response

verificationEmailView() 보호된 메소드

Get the verification e-mail view name.
protected verificationEmailView ( ) : string
리턴 string

verificationErrorView() 보호된 메소드

Get the verification error view name.
protected verificationErrorView ( ) : string
리턴 string