|
XOOPS
2.6.0
|

Public Member Functions | |
| __construct () | |
| getPluginList () | |
| loadBasicConfig ($filename=null) | |
| loadConfig ($name= 'config') | |
| loadConfigPlugin () | |
| loadPluginHandler ($name=null) | |
| readConfig ($file= 'config') | |
| VerifyData () | |
| writeConfig ($file= 'config', $data) | |
Public Member Functions inherited from XoopsCaptcha | |
| destroyGarbage ($clearSession=false) | |
| getCaption () | |
| getMessage () | |
| isActive () | |
| loadBasicConfig ($filename= 'config') | |
| loadConfig ($name= 'config') | |
| loadForm () | |
| loadHandler ($name=null) | |
| readConfig ($filename= 'config') | |
| render () | |
| renderValidationJS () | |
| setCode ($code=null) | |
| setConfig ($name, $val) | |
| setConfigs ($configs) | |
| verify ($skipMember=null, $name=null) | |
| writeConfig ($filename= 'config', $config) | |
Static Public Member Functions | |
| static | getInstance () |
Static Public Member Functions inherited from XoopsCaptcha | |
| static | getInstance () |
Public Attributes | |
| $captchaHandler | |
| $config = array() | |
| $plugin_config = array() | |
| $plugin_List = array() | |
| $xcaptcha_path_plugin | |
Public Attributes inherited from XoopsCaptcha | |
| $active | |
| $config = array() | |
| $configPath | |
| $handler | |
| $message = array() | |
| $name | |
| $path_basic | |
| $path_plugin | |
Additional Inherited Members | |
Protected Member Functions inherited from XoopsCaptcha | |
| __construct () | |
Definition at line 19 of file xcaptcha.php.
| Xcaptcha::__construct | ( | ) |
Definition at line 31 of file xcaptcha.php.
References XoopsBaseConfig\get(), XoopsCaptcha\getInstance(), getPluginList(), loadConfig(), and loadConfigPlugin().

|
static |
Definition at line 40 of file xcaptcha.php.
Referenced by XcaptchaImage\__construct(), XcaptchaText\__construct(), and XcaptchaRecaptcha\__construct().

| Xcaptcha::getPluginList | ( | ) |
Definition at line 70 of file xcaptcha.php.
References $plugin_List.
Referenced by __construct().

| Xcaptcha::loadBasicConfig | ( | $filename = null | ) |
Definition at line 55 of file xcaptcha.php.
| Xcaptcha::loadConfig | ( | $name = 'config' | ) |
Definition at line 50 of file xcaptcha.php.
References XoopsCaptcha\$name.
Referenced by __construct(), and loadConfigPlugin().

| Xcaptcha::loadConfigPlugin | ( | ) |
Definition at line 81 of file xcaptcha.php.
References $config, and loadConfig().
Referenced by __construct().


| Xcaptcha::loadPluginHandler | ( | $name = null | ) |
Definition at line 105 of file xcaptcha.php.
References $file, XoopsCaptcha\$name, and XoopsLoad\fileExists().

| Xcaptcha::readConfig | ( | $file = 'config' | ) |
Definition at line 60 of file xcaptcha.php.
References $file.
| Xcaptcha::VerifyData | ( | ) |
Definition at line 90 of file xcaptcha.php.
References $config, $system, and System\getInstance().

| Xcaptcha::writeConfig | ( | $file = 'config', |
|
| $data | |||
| ) |
Definition at line 65 of file xcaptcha.php.
References $file.
| Xcaptcha::$captchaHandler |
Definition at line 21 of file xcaptcha.php.
| Xcaptcha::$config = array() |
Definition at line 23 of file xcaptcha.php.
Referenced by loadConfigPlugin(), and VerifyData().
| Xcaptcha::$plugin_config = array() |
Definition at line 27 of file xcaptcha.php.
| Xcaptcha::$plugin_List = array() |
Definition at line 25 of file xcaptcha.php.
Referenced by getPluginList().
| Xcaptcha::$xcaptcha_path_plugin |
Definition at line 29 of file xcaptcha.php.