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 |
|
---|
string
House number.
__toString() : string
string
Equivalent string value.