Definition at line 21 of file Address.php.
§ __construct()
§ __destruct()
§ getAddressAddition()
§ getCity()
Alias for $this->getLocation
- Returns
- string - Location
Definition at line 252 of file Address.php.
§ getCountry()
Get the Country
- Returns
- string|null - Country or null for none
Definition at line 270 of file Address.php.
§ getCountryISOCode()
Get the Country-ISO-Code
- Returns
- string|null - Country-ISO-Code or null for none
Definition at line 291 of file Address.php.
§ getDispatchingInfo()
Get the Dispatching-Info
- Returns
- null|string - Dispatching-Info or null for none
Definition at line 198 of file Address.php.
§ getLocation()
Get the Location
- Returns
- string - Location
Definition at line 234 of file Address.php.
§ getState()
Get the State (Geo-Location)
- Returns
- null|string - State (Geo-Location) or null for none
Definition at line 312 of file Address.php.
§ getStreetName()
Get the Street name
- Returns
- string - Street name
Definition at line 144 of file Address.php.
§ getStreetNumber()
Get the Street number
- Returns
- string - Street Number
Definition at line 162 of file Address.php.
§ getZip()
Get the ZIP
- Returns
- string - ZIP
Definition at line 216 of file Address.php.
§ setAddressAddition()
setAddressAddition |
( |
|
$addressAddition | ) |
|
Set the Address addition
- Parameters
-
null | string | $addressAddition | - Address addition or null for none |
Definition at line 189 of file Address.php.
§ setCity()
Alias for $this->setLocation
- Parameters
-
Definition at line 261 of file Address.php.
§ setCountry()
Set the Country
- Parameters
-
string | null | $country | - Country or null for none |
Definition at line 279 of file Address.php.
§ setCountryISOCode()
setCountryISOCode |
( |
|
$countryISOCode | ) |
|
|
final |
Set the Country-ISO-Code
- Parameters
-
string | null | $countryISOCode | - Country-ISO-Code or null for none |
Definition at line 300 of file Address.php.
§ setDispatchingInfo()
setDispatchingInfo |
( |
|
$dispatchingInfo | ) |
|
Set the Dispatching-Info
- Parameters
-
null | string | $dispatchingInfo | - Dispatching-Info or null for none |
Definition at line 207 of file Address.php.
§ setFullStreet()
§ setLocation()
Set the Location
- Parameters
-
string | $location | - Location |
Definition at line 243 of file Address.php.
§ setState()
Set the State (Geo-Location)
- Parameters
-
null | string | $state | - State (Geo-Location) or null for none |
Definition at line 321 of file Address.php.
§ setStreetName()
setStreetName |
( |
|
$streetName | ) |
|
Set the Street name
- Parameters
-
string | $streetName | - Street name |
Definition at line 153 of file Address.php.
§ setStreetNumber()
setStreetNumber |
( |
|
$streetNumber | ) |
|
Set the Street number
- Parameters
-
string | $streetNumber | - Street Number |
Definition at line 171 of file Address.php.
§ setZip()
The documentation for this class was generated from the following file: