| package |
Default |
|---|
__construct(\NonEmptyStringType $street, \NonEmptyStringType $houseNumber, \NonEmptyStringType $zipCode, \NonEmptyStringType $town)
| Throws |
|
|---|
\NonEmptyStringType
\NonEmptyStringType
\NonEmptyStringType
\NonEmptyStringType
getAddressAddition() : string
string
getAddressAddition2() : string
string
getAddressAddition3() : string
string
getCountryCode() : string
string
getHouseNumber() : string
string
getStreet() : string
string
getTown() : string
string
getZipCode() : string
string
jsonSerialize() : mixed
| link |
https://php.net/manual/en/jsonserializable.jsonserialize.php |
|---|---|
| since | 5.4.0 |
mixeddata which can be serialized by json_encode, which is a value of any type other than a resource.
setAddressAddition(string $addressAddition)
| Throws |
|
|---|
string
setAddressAddition2(string $addressAddition2)
| Throws |
|
|---|
string
setAddressAddition3(string $addressAddition3)
| Throws |
|
|---|
string
setCountryCode(string $countryCode)
| Throws |
|
|---|
string
setHouseNumber(string $houseNumber)
| Throws |
|
|---|
string
setStreet(string $street)
| Throws |
|
|---|
string
setTown(string $town)
| Throws |
|
|---|
string
setZipCode(string $zipCode)
| Throws |
|
|---|
string
street : string
| var |
|---|
string
houseNumber : string
| var |
|---|
string
zipCode : string
| var |
|---|
string
town : string
| var |
|---|
string
countryCode : string
| var |
|---|
string
addressAddition : string
| var |
|---|
string
addressAddition2 : string
| var |
|---|
string
addressAddition3 : string
| var |
|---|
string