UNA
|
Public Member Functions | |
__construct ($aObject, $oTemplate) | |
display ($bDynamicMode=false) | |
check () | |
Public Member Functions inherited from BxDolCaptcha | |
getUserResponse () | |
isAvailable () | |
Protected Attributes | |
$sApiUrl | |
$sVerifyUrl | |
Protected Attributes inherited from BxDolCaptcha | |
$_sObject | |
$_aObject | |
$_sKeyPublic | |
$_sKeyPrivate | |
$_oTemplate | |
Additional Inherited Members | |
Static Public Member Functions inherited from BxDolCaptcha | |
static | getObjectInstance ($sObject=false) |
reCAPTCHA representation.
BxBaseCaptchaReCAPTCHAInvisible::__construct | ( | $aObject, | |
$oTemplate ) |
Constructor
$aObject | array of captcha options |
Reimplemented from BxDolCaptcha.
Reimplemented in BxTemplCaptchaReCAPTCHAInvisible.
BxBaseCaptchaReCAPTCHAInvisible::check | ( | ) |
Check captcha.
Reimplemented from BxDolCaptcha.
BxBaseCaptchaReCAPTCHAInvisible::display | ( | $bDynamicMode = false | ) |
Display captcha.
Reimplemented from BxDolCaptcha.