
Public Member Functions | |
| FormValidatorCaptcha (&$form, $field, $captchaIdField, $message) | |
| isValid () | |
Definition at line 18 of file FormValidatorCaptcha.inc.php.
| FormValidatorCaptcha.FormValidatorCaptcha | ( | &$ | form, | |
| $ | field, | |||
| $ | captchaIdField, | |||
| $ | message | |||
| ) |
Constructor.
| $form | object | |
| $field | string Name of captcha value submitted by user | |
| $captchaIdField | string Name of captcha ID field | |
| $message | string Key of message to display on mismatch |
Definition at line 28 of file FormValidatorCaptcha.inc.php.
References FormValidator.$field, FormValidator.$form, and FormValidator.$message.
| FormValidatorCaptcha.isValid | ( | ) |
Determine whether or not the form meets this Captcha constraint.
Reimplemented from FormValidator.
Definition at line 37 of file FormValidatorCaptcha.inc.php.
References DAORegistry.getDAO().
1.5.6