PHP 트레잇 Jrean\UserVerification\Traits\UserVerification

파일 보기 프로젝트 열기: jrean/laravel-user-verification

공개 메소드들

메소드 설명
hasVerificationToken ( ) : boolean Checks if the user has a verification token.
isPendingVerification ( ) : boolean Check if the user verification is pending.
isVerified ( ) : boolean Check if the user is verified.

메소드 상세

hasVerificationToken() 공개 메소드

Checks if the user has a verification token.
public hasVerificationToken ( ) : boolean
리턴 boolean

isPendingVerification() 공개 메소드

Check if the user verification is pending.
public isPendingVerification ( ) : boolean
리턴 boolean

isVerified() 공개 메소드

Check if the user is verified.
public isVerified ( ) : boolean
리턴 boolean