interface RequestMethod in hCaptcha 7
Hierarchy
- interface \HCaptcha\RequestMethod
Expanded class hierarchy of RequestMethod
All classes that implement RequestMethod
File
- src/
HCaptcha/ RequestMethod.php, line 5
Namespace
HCaptchaView source
interface RequestMethod {
/**
* Submit the request with the specified parameters.
*
* @param string $url
* @param array $params Request parameters
*
* @return \stdClass Body of the hCaptcha response
*/
public function submit($url, array $params);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RequestMethod:: |
public | function | Submit the request with the specified parameters. | 1 |