| Total Complexity | 3 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | trait FomHasRecaptchaTrait |
||
| 12 | { |
||
| 13 | protected function initRecaptcha() |
||
| 14 | { |
||
| 15 | $this->addHidden('recaptchaResponse', 'recaptchaResponse', false); |
||
|
|
|||
| 16 | $this->getElement('recaptchaResponse')->setId('recaptchaResponse'); |
||
| 17 | } |
||
| 18 | |||
| 19 | protected function processValidationRecaptcha() |
||
| 25 | } |
||
| 26 | } |
||
| 27 | } |