Documentation

ReCaptcha implements CaptchaInterface

ReCaptcha

Tags
copyright

CLOUDREXX CMS - CLOUDREXX AG

author

CLOUDREXX Development Team info@cloudrexx.com

subpackage

coremodule_captcha

Table of Contents

Interfaces

CaptchaInterface
Cloudrexx captcha interface

Properties

$securityCheck  : bool
Stores status of CAPTCHA has been successfully validated or not
$error  : string
$secret_key  : string
$site_key  : string

Methods

__construct()  : mixed
Constructor
check()  : bool
Check the captcha code
disable()  : void
Disable the captcha check
getCode()  : string
Get captcha code
getJSValidationFn()  : mixed

Properties

$securityCheck

Stores status of CAPTCHA has been successfully validated or not

protected bool $securityCheck

Methods

check()

Check the captcha code

public check() : bool
Return values
bool

getCode()

Get captcha code

public getCode([int $tabIndex = null ]) : string
Parameters
$tabIndex : int = null
Return values
string

        
On this page

Search results