Documentation

YetiForce extends Base
in package

YetiForce provider class to check the password.

Table of Contents

$infoUrl  : string
Website url with additional information.
$url  : string
Provider url.
check()  : array<string|int, mixed>
Function to check the password.
isActive()  : bool
Function checks if provider is active.

Properties

$infoUrl

Website url with additional information.

public string $infoUrl = 'index.php?module=YetiForce&parent=Settings&view=Shop&product=YetiForcePassword&mode=showProductModal'

$url

Provider url.

public string $url = 'YetiForce'

Methods

check()

Function to check the password.

public check(string $password) : array<string|int, mixed>
Parameters
$password : string
Return values
array<string|int, mixed>

['message' => (string) , 'status' => (bool)]

isActive()

Function checks if provider is active.

public isActive() : bool
Return values
bool

        

Search results