trait MustVerifyEmail (View source)

Methods

bool
hasVerifiedEmail()

Determine if the user has verified their email address.

bool
markEmailAsVerified()

Mark the user's email as verified.

bool
markEmailAsUnverified()

Mark the user's email as unverified.

void
sendEmailVerificationNotification()

Send the email verification notification.

string
getEmailForVerification()

Get the email address that should be used for verification.

Details

bool hasVerifiedEmail()

Determine if the user has verified their email address.

Return Value

bool

bool markEmailAsVerified()

Mark the user's email as verified.

Return Value

bool

bool markEmailAsUnverified()

Mark the user's email as unverified.

Return Value

bool

void sendEmailVerificationNotification()

Send the email verification notification.

Return Value

void

string getEmailForVerification()

Get the email address that should be used for verification.

Return Value

string