API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct ($handler=null) | |
isActive () | |
loadConfig ($name='') | |
getCode () | |
render () | |
renderValidationJS () | |
verify ($sessionName=null) | |
Data Fields | |
$handler | |
$config | |
$code | |
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"
__construct | ( | $handler = null | ) |
getCode | ( | ) |
isActive | ( | ) |
XoopsCaptchaMethod::isActive()
Reimplemented in XoopsCaptchaImage, and XoopsCaptchaRecaptcha2.
loadConfig | ( | $name = '' | ) |
render | ( | ) |
Reimplemented in XoopsCaptchaImage, XoopsCaptchaRecaptcha2, and XoopsCaptchaText.
renderValidationJS | ( | ) |
verify | ( | $sessionName = null | ) |
$code |
$config |
$handler |