platform/api/laravel/Contracts/Auth/MustVerifyEmail.yaml

40 lines
782 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []