![]() |
API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
| loadConfig ($methodname=null) | |
| isActive () | |
| loadHandler ($name=null) | |
| setConfigs ($configs) | |
| setConfig ($name, $val) | |
| verify ($skipMember=null, $name=null) | |
| getCaption () | |
| getMessage () | |
| destroyGarbage ($clearSession=false) | |
| render () | |
| renderValidationJS () | |
| setCode ($code=null) | |
| loadForm () | |
Static Public Member Functions | |
| static | getInstance () |
Data Fields | |
| $active | |
| $handler | |
| $path_basic | |
| $path_config | |
| $path_plugin | |
| $name | |
| $config = array() | |
| $message = array() | |
Protected Member Functions | |
| __construct () | |
Class XoopsCaptcha
|
protected |
construct

| destroyGarbage | ( | $clearSession = false | ) |
Destroy historical stuff
| bool | $clearSession |


| getCaption | ( | ) |
|
static |
| getMessage | ( | ) |
| isActive | ( | ) |


| loadConfig | ( | $methodname = null | ) |
| string | null | $methodname | the captcha method, i.e. text, image, recaptcha2, etc |

| loadForm | ( | ) |


| loadHandler | ( | $name = null | ) |
| mixed | $name |

| render | ( | ) |
| renderValidationJS | ( | ) |
XoopsCaptcha::renderValidationJS()
| setCode | ( | $code = null | ) |
| mixed | $code |

| setConfig | ( | $name, | |
| $val | |||
| ) |
| mixed | $name | |
| mixed | $val |

| setConfigs | ( | $configs | ) |
| mixed | $configs |

| verify | ( | $skipMember = null, |
|
$name = null |
|||
| ) |
Verify user submission XoopsCaptcha::verify()
| mixed | $skipMember | |
| mixed | $name |

| $active |
| $config = array() |
| $handler |
| $message = array() |
| $name |
| $path_basic |
| $path_config |
| $path_plugin |