|
DHL-PHP-SDK
v0.4
A wrapper for the DHL-XML-API Version 2
|
Public Member Functions | |
| __construct ($lastName, $firstName, $birthday, $minimumAge) | |
| __destruct () | |
| getLastName () | |
| getFirstName () | |
| getBirthday () | |
| getMinimumAge () | |
| getIdentClass_v1 () | |
| getIdentClass_v2 () | |
Definition at line 23 of file IdentCheck.php.
| __construct | ( | $lastName, | |
| $firstName, | |||
| $birthday, | |||
| $minimumAge | |||
| ) |
IdentCheck constructor.
| string | $lastName | - Last-Name |
| string | $firstName | - First-Name |
| string | $birthday | - Birthday (Format: YYYY-MM-DD) |
| int | $minimumAge | - Minimum-Age |
Definition at line 62 of file IdentCheck.php.
| __destruct | ( | ) |
Clears Memory
Definition at line 72 of file IdentCheck.php.
| getBirthday | ( | ) |
| getFirstName | ( | ) |
| getIdentClass_v1 | ( | ) |
Get the Ident-DHL-Class
Definition at line 158 of file IdentCheck.php.
| getIdentClass_v2 | ( | ) |
Get the Ident-DHL-Class
Definition at line 170 of file IdentCheck.php.
| getLastName | ( | ) |
| getMinimumAge | ( | ) |