class Client extends Client

Client

Constants

SANDBOXURL

URL auf die Sandbox

PRODUCTIONURL

URL für den Produktiv Betrieb

Properties

protected Authentication $token

Methods

__construct(URI $uri)

Neuer DHL Client

setAuthentication(Authentication $authentication)

setzt die Authentication

getAuth(GetAuth $getAuth)

No description

storeOrders(StoreOrders $storeOrders)

No description

Details

at line 59
__construct(URI $uri)

Neuer DHL Client

Parameters

URI $uri Service URL

at line 73
Client setAuthentication(Authentication $authentication)

setzt die Authentication

Parameters

Authentication $authentication

Return Value

Client dieses Objekt

at line 84
GetAuth getAuth(GetAuth $getAuth)

Parameters

GetAuth $getAuth

Return Value

GetAuth

at line 116
StoreOrders storeOrders(StoreOrders $storeOrders)

Parameters

StoreOrders $storeOrders

Return Value

StoreOrders

Exceptions

MissingTokenException