|
DHL-PHP-SDK
v0.4
A wrapper for the DHL-XML-API Version 2
|
Public Member Functions | |
| __destruct () | |
| getName () | |
| setName ($name) | |
| getName2 () | |
| setName2 ($name2) | |
| getName3 () | |
| setName3 ($name3) | |
| getPhone () | |
| setPhone ($phone) | |
| getEmail () | |
| setEmail ($email) | |
| getContactPerson () | |
| setContactPerson ($contactPerson) | |
| getClass_v1 () | |
| getClass_v2 () | |
Public Member Functions inherited from Address | |
| __construct () | |
| __destruct () | |
| getStreetName () | |
| setStreetName ($streetName) | |
| getStreetNumber () | |
| setStreetNumber ($streetNumber) | |
| getAddressAddition () | |
| setAddressAddition ($addressAddition) | |
| getDispatchingInfo () | |
| setDispatchingInfo ($dispatchingInfo) | |
| getZip () | |
| setZip ($zip) | |
| getLocation () | |
| setLocation ($location) | |
| getCity () | |
| setCity ($city) | |
| getCountry () | |
| setCountry ($country) | |
| getCountryISOCode () | |
| setCountryISOCode ($countryISOCode) | |
| getState () | |
| setState ($state) | |
| setFullStreet ($street) | |
Definition at line 23 of file SendPerson.php.
| __destruct | ( | ) |
Clears Memory
Definition at line 92 of file SendPerson.php.
| getClass_v1 | ( | ) |
Returns a Class for the DHL-SendPerson
Definition at line 218 of file SendPerson.php.
|
abstract |
Returns a Class for the DHL-SendPerson
| getContactPerson | ( | ) |
Get the Contact-Person
Definition at line 197 of file SendPerson.php.
| getEmail | ( | ) |
Get the E-Mail
Definition at line 179 of file SendPerson.php.
| getName | ( | ) |
| getName2 | ( | ) |
Get the Name2 Field
Definition at line 125 of file SendPerson.php.
| getName3 | ( | ) |
Get the Name3 Field
Definition at line 143 of file SendPerson.php.
| getPhone | ( | ) |
Get the Phone
Definition at line 161 of file SendPerson.php.
| setContactPerson | ( | $contactPerson | ) |
Set the Contact-Person
| null | string | $contactPerson | - Contact-Person or null for none |
Definition at line 206 of file SendPerson.php.
| setEmail | ( | ) |
Set the E-Mail
| null | string | - E-Mail or null for none |
Definition at line 188 of file SendPerson.php.
| setName | ( | $name | ) |
| setName2 | ( | $name2 | ) |
Set the Name2 Field
| null | string | $name2 | - Name2 or null for none |
Definition at line 134 of file SendPerson.php.
| setName3 | ( | $name3 | ) |
Set the Name3 Field
| null | string | $name3 | - Name3 or null for none |
Definition at line 152 of file SendPerson.php.
| setPhone | ( | $phone | ) |
Set the Phone
| null | string | $phone | - Phone or null for none |
Definition at line 170 of file SendPerson.php.