Cheetah
Public Member Functions | Protected Attributes | List of all members
ChBaseCaptchaReCAPTCHA Class Reference
Inheritance diagram for ChBaseCaptchaReCAPTCHA:
ChWsbCaptcha ChTemplCaptchaReCAPTCHA

Public Member Functions

 __construct ($aObject, $oTemplate)
 
 display ($bDynamicMode=false)
 
 check ()
 
 getUserResponse ()
 
 isAvailable ()
 
- Public Member Functions inherited from ChWsbCaptcha
 __construct ($aObject)
 

Protected Attributes

 $_bJsCssAdded = false
 
 $_oTemplate
 
 $_sSkin
 
 $_sApiUrl
 
 $_sVerifyUrl
 
 $_sKeyPublic
 
 $_sKeyPrivate
 
 $_error = null
 
- Protected Attributes inherited from ChWsbCaptcha
 $_sObject
 
 $_aObject
 

Additional Inherited Members

- Static Public Member Functions inherited from ChWsbCaptcha
static getObjectInstance ($sObject=false)
 

Detailed Description

reCAPTCHA representation.

See also
ChWsbCaptcha

Definition at line 14 of file ChBaseCaptchaReCAPTCHA.php.

Constructor & Destructor Documentation

◆ __construct()

ChBaseCaptchaReCAPTCHA::__construct (   $aObject,
  $oTemplate 
)

Member Function Documentation

◆ check()

ChBaseCaptchaReCAPTCHA::check ( )

Check captcha.

Reimplemented from ChWsbCaptcha.

Definition at line 90 of file ChBaseCaptchaReCAPTCHA.php.

◆ display()

ChBaseCaptchaReCAPTCHA::display (   $bDynamicMode = false)

Display captcha.

Reimplemented from ChWsbCaptcha.

Definition at line 47 of file ChBaseCaptchaReCAPTCHA.php.

◆ getUserResponse()

ChBaseCaptchaReCAPTCHA::getUserResponse ( )

Return text entered by user

Reimplemented from ChWsbCaptcha.

Definition at line 113 of file ChBaseCaptchaReCAPTCHA.php.

◆ isAvailable()

ChBaseCaptchaReCAPTCHA::isAvailable ( )

Check if captcha is available, like all API keys are specified.

Reimplemented from ChWsbCaptcha.

Definition at line 121 of file ChBaseCaptchaReCAPTCHA.php.

Member Data Documentation

◆ $_bJsCssAdded

ChBaseCaptchaReCAPTCHA::$_bJsCssAdded = false
protected

Definition at line 16 of file ChBaseCaptchaReCAPTCHA.php.

◆ $_error

ChBaseCaptchaReCAPTCHA::$_error = null
protected

Definition at line 25 of file ChBaseCaptchaReCAPTCHA.php.

◆ $_oTemplate

ChBaseCaptchaReCAPTCHA::$_oTemplate
protected

Definition at line 17 of file ChBaseCaptchaReCAPTCHA.php.

◆ $_sApiUrl

ChBaseCaptchaReCAPTCHA::$_sApiUrl
protected

Definition at line 20 of file ChBaseCaptchaReCAPTCHA.php.

◆ $_sKeyPrivate

ChBaseCaptchaReCAPTCHA::$_sKeyPrivate
protected

Definition at line 23 of file ChBaseCaptchaReCAPTCHA.php.

◆ $_sKeyPublic

ChBaseCaptchaReCAPTCHA::$_sKeyPublic
protected

Definition at line 22 of file ChBaseCaptchaReCAPTCHA.php.

◆ $_sSkin

ChBaseCaptchaReCAPTCHA::$_sSkin
protected

Definition at line 19 of file ChBaseCaptchaReCAPTCHA.php.

◆ $_sVerifyUrl

ChBaseCaptchaReCAPTCHA::$_sVerifyUrl
protected

Definition at line 21 of file ChBaseCaptchaReCAPTCHA.php.


The documentation for this class was generated from the following file: