getResponse() public method

Get the response object
public getResponse ( ) : DrestCommon\Response\Response
return DrestCommon\Response\Response $response
Example #1
0
 /**
  * Get the response object
  * @return Response $response
  */
 protected function getResponse()
 {
     return $this->service->getResponse();
 }