XOOPS  2.6.0
XoopsCaptchaRecaptcha Class Reference
Inheritance diagram for XoopsCaptchaRecaptcha:
Inheritance graph

Public Member Functions

 isActive ()
 
 render ()
 
 verify ($sessionName=null)
 
- Public Member Functions inherited from XoopsCaptchaMethod
 __construct ($handler=null)
 
 destroyGarbage ()
 
 getCode ()
 
 isActive ()
 
 loadConfig ($name= '')
 
 render ()
 
 renderValidationJS ()
 
 verify ($sessionName=null)
 

Additional Inherited Members

- Public Attributes inherited from XoopsCaptchaMethod
 $code
 
 $config
 
 $handler
 

Detailed Description

Definition at line 26 of file recaptcha.php.

Member Function Documentation

XoopsCaptchaRecaptcha::isActive ( )

XoopsCaptchaRecaptcha::isActive()

Returns
bool

Definition at line 33 of file recaptcha.php.

XoopsCaptchaRecaptcha::render ( )

XoopsCaptchaRecaptcha::render()

Returns
string

Definition at line 43 of file recaptcha.php.

References $form, and recaptcha_get_html().

Here is the call graph for this function:

XoopsCaptchaRecaptcha::verify (   $sessionName = null)

XoopsCaptchaRecaptcha::verify()

Parameters
$sessionNamename of session
Returns
bool

Definition at line 63 of file recaptcha.php.

References $_SERVER, and recaptcha_check_answer().

Here is the call graph for this function:


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