Omnipay\PayPal\Message\AbstractRestRequest::createResponse PHP Méthode

createResponse() protected méthode

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