Doctrine\OrientDB\Binding\Adapter\CurlClientAdapterResult::__construct PHP Method

__construct() public method

public __construct ( CurlClientResponse $response )
$response Doctrine\OrientDB\Binding\Client\Http\CurlClientResponse Response object.
    public function __construct(CurlClientResponse $response)
    {
        $this->response = $response;
    }