Drest\Service::getResponse PHP 메소드

getResponse() 공개 메소드

Get the response object
public getResponse ( ) : DrestCommon\Response\Response
리턴 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();
 }