MetaFox

UserVerifyRepositoryInterface
in

Interface UserVerify.

Tags
mixin

BaseRepository

Table of Contents

Methods

addSuffixCode()  : string
checkResend()  : void
cleanupPending()  : mixed
commonVerify()  : void
generate()  : UserVerify|null
getRemainingTime()  : int
getVerifyCode()  : string
invalidatePendingVerify()  : mixed
mustVerifyEmail()  : bool
mustVerifyPhoneNumber()  : bool
resend()  : void
resendLink()  : void
sendVerificationEmail()  : void
sendVerificationPhoneNumber()  : void

Methods

addSuffixCode()

public addSuffixCode(string $code, string $action) : string
Parameters
$code : string
$action : string
Return values
string

mustVerifyEmail()

public mustVerifyEmail(string|null $email, array<string|int, mixed> $attributes) : bool
Parameters
$email : string|null
$attributes : array<string|int, mixed>
Return values
bool

mustVerifyPhoneNumber()

public mustVerifyPhoneNumber(string|null $phoneNumber, array<string|int, mixed> $attributes) : bool
Parameters
$phoneNumber : string|null
$attributes : array<string|int, mixed>
Return values
bool
public resendLink(User $user, string $action, string $verifiableValue) : void
Parameters
$user : User
$action : string
$verifiableValue : string
Tags
deprecated

Need remove for some next version


        
On this page

Search results