Example #1
0
 /**
  * @param \Sherlock\common\tmp\RollingCurl\Request $response
  */
 private function parseResponse($response)
 {
     $this->responseInfo = $response->getResponseInfo();
     $this->responseError = $response->getResponseError();
     $this->responseData = json_decode($response->getResponseText(), true);
 }