Example #1
0
 /**
  * Runs the request binary with given data
  * and returns the generated form.
  *
  * @param array $data
  * @return string
  */
 public function request(array $data)
 {
     $data = array_replace($this->config, $data);
     return $this->client->callRequest($data);
 }