PHP Trait Jrean\UserVerification\Traits\UserVerification

Afficher le fichier Open project: jrean/laravel-user-verification

Méthodes publiques

Méthode Description
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.

Method Details

hasVerificationToken() public méthode

Checks if the user has a verification token.
public hasVerificationToken ( ) : boolean
Résultat boolean

isPendingVerification() public méthode

Check if the user verification is pending.
public isPendingVerification ( ) : boolean
Résultat boolean

isVerified() public méthode

Check if the user is verified.
public isVerified ( ) : boolean
Résultat boolean