| 1 | <?php |
||
| 7 | class HCaptchaProtector implements SpamProtector |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Return the Field that we will use in this protector |
||
| 11 | * @return string |
||
| 12 | */ |
||
| 13 | public function getFormField($name = 'HCaptchaField', $title = 'Captcha', $value = null) |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Not used by HCaptcha |
||
| 20 | */ |
||
| 21 | public function setFieldMapping($fieldMapping) |
||
| 24 | } |
||
| 25 |