Ejemplo n.º 1
0
 /**
  * Returns the response of the last request as an array
  * @return mixed Response
  * @todo Add Unit test
  */
 public function getResponse()
 {
     return $this->_httpClient->getResponse();
 }