Пример #1
0
 /**
  * @return mixed
  */
 public function run()
 {
     $result = $this->httpClient->run($this->path, $this->fields, $this->limit, $this->offset, $this->query);
     return $this->cleanupResults($result);
 }