use Phalcon\Validation\Validator;
$validator->add('g-recaptcha-response', new Validator([
'message' => 'The captcha is not valid',
'secret' => 'your_site_key'
]));
파일 보기
프로젝트 열기: phalcon/incubator
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$messages | array | Response error code reference |
메소드 | 설명 | |
---|---|---|
validate ( Phalcon\Validation $validation, string $attribute ) : boolean |