XOOPS 2.5.6
Final
|
Public Member Functions | |
__construct () | |
destroyGarbage ($clearSession=false) | |
getCaption () | |
& | getInstance () |
getMessage () | |
isActive () | |
loadConfig ($filename=null) | |
loadForm () | |
loadHandler ($name=null) | |
render () | |
renderValidationJS () | |
setCode ($code=null) | |
setConfig ($name, $val) | |
setConfigs ($configs) | |
verify ($skipMember=null, $name=null) | |
XoopsCaptcha () | |
Public Attributes | |
$active | |
$config = array() | |
$handler | |
$message = array() | |
$name | |
$path_basic | |
$path_plugin | |
Definition at line 24 of file xoopscaptcha.php.
XoopsCaptcha::__construct | ( | ) |
construct
Definition at line 38 of file xoopscaptcha.php.
References xoops_loadLanguage().
XoopsCaptcha::destroyGarbage | ( | $clearSession = false | ) |
XoopsCaptcha::getCaption | ( | ) |
& XoopsCaptcha::getInstance | ( | ) |
Get Instance
Definition at line 63 of file xoopscaptcha.php.
Referenced by XoopsCaptchaImageHandler\__construct(), and XoopsFormCaptcha\XoopsFormCaptcha().
XoopsCaptcha::getMessage | ( | ) |
XoopsCaptcha::isActive | ( | ) |
XoopsCaptcha::loadConfig | ( | $filename = null | ) |
XoopsCaptcha::loadForm | ( | ) |
XoopsCaptcha::loadHandler | ( | $name = null | ) |
XoopsCaptcha::render | ( | ) |
Definition at line 276 of file xoopscaptcha.php.
References $_SESSION, $form, and _CAPTCHA_TOOMANYATTEMPTS.
XoopsCaptcha::renderValidationJS | ( | ) |
XoopsCaptcha::setCode | ( | $code = null | ) |
mixed | $code |
Definition at line 319 of file xoopscaptcha.php.
References $_SESSION.
XoopsCaptcha::setConfig | ( | $name, | |
$val | |||
) |
XoopsCaptcha::setConfigs | ( | $configs | ) |
mixed | $configs |
Definition at line 163 of file xoopscaptcha.php.
References $configs.
XoopsCaptcha::verify | ( | $skipMember = null , |
|
$name = null |
|||
) |
Verify user submission XoopsCaptcha::verify()
mixed | $skipMember | |
mixed | $name |
Definition at line 198 of file xoopscaptcha.php.
References $_SESSION, $GLOBALS, _CAPTCHA_INVALID_CODE, and _CAPTCHA_TOOMANYATTEMPTS.
XoopsCaptcha::XoopsCaptcha | ( | ) |
XoopsCaptcha::$active |
Definition at line 27 of file xoopscaptcha.php.
XoopsCaptcha::$config = array() |
Definition at line 32 of file xoopscaptcha.php.
XoopsCaptcha::$handler |
Definition at line 28 of file xoopscaptcha.php.
XoopsCaptcha::$message = array() |
Definition at line 33 of file xoopscaptcha.php.
XoopsCaptcha::$name |
Definition at line 31 of file xoopscaptcha.php.
XoopsCaptcha::$path_basic |
Definition at line 29 of file xoopscaptcha.php.
XoopsCaptcha::$path_plugin |
Definition at line 30 of file xoopscaptcha.php.