Drest\Service::getResponse PHP Method

getResponse() public method

Get the response object
public getResponse ( ) : DrestCommon\Response\Response
return DrestCommon\Response\Response $response
    public function getResponse()
    {
        return $this->dm->getResponse();
    }

Usage Example

示例#1
0
 /**
  * Get the response object
  * @return Response $response
  */
 protected function getResponse()
 {
     return $this->service->getResponse();
 }