Overview
  • Package
  • Class

Packages

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

Classes

  • Klarna_Checkout_BasicConnector
  • Klarna_Checkout_Connector
  • Klarna_Checkout_Digest
  • Klarna_Checkout_Order
  • Klarna_Checkout_RecurringOrder
  • Klarna_Checkout_RecurringStatus
  • Klarna_Checkout_Resource
  • Klarna_Checkout_UserAgent

Interfaces

  • Klarna_Checkout_ApiErrorException
  • Klarna_Checkout_ConnectionErrorException
  • Klarna_Checkout_ConnectorException
  • Klarna_Checkout_ConnectorInterface
  • Klarna_Checkout_Exception
  • Klarna_Checkout_ResourceCreateableInterface
  • Klarna_Checkout_ResourceFetchableInterface
  • Klarna_Checkout_ResourceInterface
  • Klarna_Checkout_ResourceUpdateableInterface

Interface Klarna_Checkout_ConnectorInterface

Interface for the resource object

Direct known implementers

Klarna_Checkout_BasicConnector

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

Methods summary

public
# apply( string $method, Klarna_Checkout_ResourceInterface $resource, array $options = null )

Applying the method on the specific resource

Applying the method on the specific resource

Parameters

$method
Http methods
$resource
resource
$options
Options
public Klarna_Checkout_HTTP_TransportInterface
# getTransport( )

Gets the underlying transport object

Gets the underlying transport object

Returns

Klarna_Checkout_HTTP_TransportInterface
Transport object
public string
# getDomain( )

Get the current domain

Get the current domain

Returns

string

Magic methods summary

API documentation generated by ApiGen