You are here

private property ReCaptcha::$requestMethod in reCAPTCHA 7.2

Same name and namespace in other branches
  1. 8.2 recaptcha-php/src/ReCaptcha/ReCaptcha.php \ReCaptcha\ReCaptcha::requestMethod
  2. 6.2 recaptcha-php/src/ReCaptcha/ReCaptcha.php \ReCaptcha\ReCaptcha::requestMethod

Method used to communicate with service. Defaults to POST request.

Type: RequestMethod

File

recaptcha-php/src/ReCaptcha/ReCaptcha.php, line 116

Class

ReCaptcha
reCAPTCHA client.

Namespace

ReCaptcha

Code

private $requestMethod;