![]() |
CMS
Version 3.9
|
Inherits AbstractValidator.
Public Member Functions | |
__construct () | |
We do not receive parameters for this validator because the field names for retrieving values in $_POST is determined by the Recaptcha service provider. More... | |
writeClient () | |
validate () | |
Public Attributes | |
$message | |
$compareField | |
The field where the turing test id will be set in $_POST; controlled by hello captcha creator. More... | |
Definition at line 43 of file recaptcha_v2_field_renderer.inc.
RecaptchaV2Validator::__construct | ( | ) |
We do not receive parameters for this validator because the field names for retrieving values in $_POST is determined by the Recaptcha service provider.
Definition at line 53 of file recaptcha_v2_field_renderer.inc.
RecaptchaV2Validator::validate | ( | ) |
Definition at line 69 of file recaptcha_v2_field_renderer.inc.
RecaptchaV2Validator::writeClient | ( | ) |
Definition at line 62 of file recaptcha_v2_field_renderer.inc.
RecaptchaV2Validator::$compareField |
The field where the turing test id will be set in $_POST; controlled by hello captcha creator.
Definition at line 46 of file recaptcha_v2_field_renderer.inc.
RecaptchaV2Validator::$message |
Definition at line 45 of file recaptcha_v2_field_renderer.inc.