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();
 }