MetaFox

ActionServiceInterface
in

Interface ActionServiceInterface.

Table of Contents

Methods

editForm()  : null|AbstractForm
mustVerify()  : bool
resend()  : bool
send()  : bool
verify()  : User|null
verifyForm()  : null|AbstractForm

Methods

editForm()

public editForm(User $resource[, string $resolution = 'web' ]) : null|AbstractForm
Parameters
$resource : User
$resolution : string = 'web'
Return values
null|AbstractForm

mustVerify()

public mustVerify(User $user[, array<string|int, mixed> $extra = [] ]) : bool
Parameters
$user : User
$extra : array<string|int, mixed> = []
Return values
bool

verify()

public verify(string|null $code[, string|null $hash = null ]) : User|null
Parameters
$code : string|null
$hash : string|null = null
Return values
User|null

verifyForm()

public verifyForm(User $resource, string $verifiable, string $verifyPlace[, string $resolution = 'web' ]) : null|AbstractForm
Parameters
$resource : User
$verifiable : string
$verifyPlace : string
$resolution : string = 'web'
Return values
null|AbstractForm

        
On this page

Search results