Property | Type | Description | |
---|---|---|---|
$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 |
Method | Description | |
---|---|---|
clientValidateAttribute ( |
||
init ( ) |
Method | Description | |
---|---|---|
getResponse ( string $request ) : mixed | ||
validateValue ( string $value ) : array | null |
public clientValidateAttribute ( |
||
$model | ||
$attribute | string | |
$view | ||
return | string |
protected getResponse ( string $request ) : mixed | ||
$request | string | |
return | mixed |
public $grabberType |
public $skipOnEmpty |