api/laravel/Auth/MustVerifyEmail.yaml
2024-09-26 02:03:21 -07:00

43 lines
906 B
YAML

name: MustVerifyEmail
class_comment: null
dependencies:
- name: VerifyEmail
type: class
source: Illuminate\Auth\Notifications\VerifyEmail
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:
- Illuminate\Auth\Notifications\VerifyEmail
interfaces: []