프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$grabberType | Choose your grabber for getting JSON, self::GRABBER_PHP = file_get_contents, self::GRABBER_CURL = CURL | ||
$secret | The shared key between your site and ReCAPTCHA. | ||
$skipOnEmpty | Whether to skip this validator if the input is empty. | ||
$uncheckedMessage |
메소드 | 설명 | |
---|---|---|
clientValidateAttribute ( |
||
init ( ) |
메소드 | 설명 | |
---|---|---|
getResponse ( string $request ) : mixed | ||
validateValue ( string $value ) : array | null |
public clientValidateAttribute ( |
||
$model | ||
$attribute | string | |
$view | ||
리턴 | string |
public $grabberType |