![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Graphe d'héritage de XoopsCaptchaMethod:Fonctions membres publiques | |
| __construct ($handler=null) | |
| isActive () | |
| loadConfig ($name='') | |
| getCode () | |
| render () | |
| renderValidationJS () | |
| verify ($sessionName=null) | |
Champs de données | |
| $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()
Réimplémentée dans XoopsCaptchaRecaptcha2, et XoopsCaptchaImage.
| loadConfig | ( | $name = '' | ) |
| render | ( | ) |
Réimplémentée dans XoopsCaptchaImage, XoopsCaptchaRecaptcha2, et XoopsCaptchaText.
| renderValidationJS | ( | ) |
| verify | ( | $sessionName = null | ) |
| $code |
| $handler |