Back to Joomla project (class list)

Class HttpBridgePostRequestMethod - list of methods

Bridges the Joomla! HTTP API to the Google Recaptcha RequestMethod interface for a POST request.
Package: Joomla\CMS\Captcha\Google
Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Captcha/Google/HttpBridgePostRequestMethod.php
Project: Joomla

Method Summary

public
(\Joomla\Http\Http $http = null)

Class constructor.
Parameters
  • \Joomla\Http\Http|null $http The HTTP adapter
Since
  • 3.9.0
Show source code of this method: __construct Source Code

public string
(\ReCaptcha\RequestParameters $params)

Submit the request with the specified parameters.
Parameters
  • \ReCaptcha\RequestParameters $params Request parameters
Returns
  • string Body of the reCAPTCHA response
Since
  • 3.9.0
Show source code of this method: submit Source Code

Properties Summary

private \Joomla\Http\Http
$http
The HTTP adapter
Since
  • 3.9.0

Constants Summary

public string
$SITE_VERIFY_URL
URL to which requests are sent.
Since
  • 3.9.0

Tags Summary

Since
3.9.0