Omnipay\PayPal\Message\AbstractRestRequest::createResponse PHP Method

createResponse() protected method

protected createResponse ( $data, $statusCode )
    protected function createResponse($data, $statusCode)
    {
        return $this->response = new RestResponse($this, $data, $statusCode);
    }