Value Object
Class CustomerHouseNumber
Represents a house number
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
ValueObjects |
| implements |
CustomerHouseNumberInterface |
__construct(string $houseNumber)
Validates the length and the data type of a house number.
| Throws |
|
|---|
stringHouse number.
__toString() : string
stringEquivalent string value.
strlenWrapper( $string, $encoding = 'utf-8')
houseNumber : string
| var |
|---|
string