|
XOOPS 2.5.6
Final
|

Public Member Functions | |
| __construct ($handler=null) | |
| getCode () | |
| isActive () | |
| loadConfig ($name= '') | |
| render () | |
| renderValidationJS () | |
| verify ($sessionName=null) | |
| XoopsCaptchaMethod ($handler=null) | |
Public Attributes | |
| $code | |
| $config | |
| $handler | |
Abstract class for CAPTCHA method
Currently there are two types of CAPTCHA forms, text and image The default mode is "text", it can be changed in the priority: 1 If mode is set through XoopsFormCaptcha::setConfig("mode", $mode), take it 2 Elseif mode is set though captcha/config.php, take it 3 Else, take "text"
Definition at line 351 of file xoopscaptcha.php.
| XoopsCaptchaMethod::__construct | ( | $handler = null | ) |
XoopsCaptchaMethod::__construct()
| mixed | $handler |
Definition at line 362 of file xoopscaptcha.php.
References $handler.
Referenced by XoopsCaptchaMethod().

| XoopsCaptchaMethod::getCode | ( | ) |
| XoopsCaptchaMethod::isActive | ( | ) |
| XoopsCaptchaMethod::loadConfig | ( | $name = '' | ) |
XoopsCaptchaMethod::loadConfig()
| string | $name |
Definition at line 393 of file xoopscaptcha.php.
| XoopsCaptchaMethod::render | ( | ) |
| XoopsCaptchaMethod::renderValidationJS | ( | ) |
Definition at line 417 of file xoopscaptcha.php.
| XoopsCaptchaMethod::verify | ( | $sessionName = null | ) |
| XoopsCaptchaMethod::XoopsCaptchaMethod | ( | $handler = null | ) |
XoopsCaptchaMethod::XoopsCaptchaMethod()
| mixed | $handler |
Definition at line 372 of file xoopscaptcha.php.
References $handler, and __construct().

| XoopsCaptchaMethod::$code |
Definition at line 355 of file xoopscaptcha.php.
| XoopsCaptchaMethod::$config |
Definition at line 354 of file xoopscaptcha.php.
| XoopsCaptchaMethod::$handler |
Definition at line 353 of file xoopscaptcha.php.
Referenced by __construct(), and XoopsCaptchaMethod().