Documentation

Captcha

Captcha

Tags
copyright

CLOUDREXX CMS - CLOUDREXX AG

author

CLOUDREXX Development Team info@cloudrexx.com

subpackage

coremodule_captcha

Table of Contents

Properties

$instance  : Captcha
$method  : string
$objCaptcha  : CaptchaInterface

Methods

__call()  : mixed
getInstance()  : Captcha
Returns a singleton instance of this class
getMethodName()  : string
Returns the name of the captcha method in use
__construct()  : mixed
Creates the singleton instance of this class

Properties

Methods

__call()

public __call(mixed $name, mixed $args) : mixed
Parameters
$name : mixed
$args : mixed
Attributes
#[ReturnTypeWillChange]

getInstance()

Returns a singleton instance of this class

public static getInstance() : Captcha
Return values
Captcha

Singleton instance of this class

getMethodName()

Returns the name of the captcha method in use

public getMethodName() : string
Return values
string

One of "contrexxCaptcha", "reCaptcha" or "hCaptcha"

__construct()

Creates the singleton instance of this class

protected __construct(mixed $config) : mixed
Parameters
$config : mixed

        
On this page

Search results