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: []