Overview
  • Package
  • Class

Packages

  • Klarna
    • Checkout
  • Payment
    • Klarna
      • HTTP
      • Interfaces
      • Unit
        • Tests

Classes

  • Klarna_Checkout_HTTP_CURLHandle
  • Klarna_Checkout_HTTP_CURLHeaders
  • Klarna_Checkout_HTTP_CURLTransport
  • Klarna_Checkout_HTTP_Request
  • Klarna_Checkout_HTTP_Response

Interfaces

  • Klarna_Checkout_HTTP_CURLHandleInterface

Interface Klarna_Checkout_HTTP_CURLHandleInterface

Defines a cURL handle interface

Direct known implementers

Klarna_Checkout_HTTP_CURLHandle

Package: Payment\Klarna\HTTP
Category: Payment
Copyright: 2015 Klarna AB
License: Apache license v2.0
Author: David K. david.keijser@klarna.com
Link: http://developers.klarna.com/
Located at Klarna/Checkout/HTTP/CURLHandleInterface.php

Methods summary

public
# setOption( integer $name, mixed $value )

Set an option for the cURL transfer

Set an option for the cURL transfer

Parameters

$name
option the set
$value
the value to be set on option
public mixed
# execute( )

Perform the cURL session

Perform the cURL session

Returns

mixed
response
public array
# getInfo( )

Get information regarding this transfer

Get information regarding this transfer

Returns

array
public string
# getError( )

Get error message regarding this transfer

Get error message regarding this transfer

Returns

string
Error message
public
# close( )

Close the cURL session

Close the cURL session

Magic methods summary

API documentation generated by ApiGen