XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
XoopsCaptchaRecaptcha Class Reference
Inheritance diagram for XoopsCaptchaRecaptcha:
Inheritance graph

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 23 of file recaptcha.php.

Member Function Documentation

XoopsCaptchaRecaptcha::isActive ( )

XoopsCaptchaRecaptcha::isActive()

Returns
bool

Definition at line 30 of file recaptcha.php.

XoopsCaptchaRecaptcha::render ( )

XoopsCaptchaRecaptcha::render()

Returns
string

Definition at line 40 of file recaptcha.php.

References $form, and recaptcha_get_html().

Here is the call graph for this function:

XoopsCaptchaRecaptcha::verify (   $sessionName)

XoopsCaptchaRecaptcha::verify()

Returns
bool

Definition at line 58 of file recaptcha.php.

References $_POST, $_SERVER, and recaptcha_check_answer().

Here is the call graph for this function:


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