You are here

interface RequestMethod in hCaptcha 7

Hierarchy

Expanded class hierarchy of RequestMethod

All classes that implement RequestMethod

File

src/HCaptcha/RequestMethod.php, line 5

Namespace

HCaptcha
View 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

Namesort descending Modifiers Type Description Overrides
RequestMethod::submit public function Submit the request with the specified parameters. 1