40 lines
782 B
YAML
40 lines
782 B
YAML
|
name: MustVerifyEmail
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: hasVerifiedEmail
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Determine if the user has verified their email address.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return bool'
|
||
|
- name: markEmailAsVerified
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Mark the given user''s email as verified.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return bool'
|
||
|
- name: sendEmailVerificationNotification
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Send the email verification notification.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return void'
|
||
|
- name: getEmailForVerification
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Get the email address that should be used for verification.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return string'
|
||
|
traits: []
|
||
|
interfaces: []
|