Value Object
Class CustomerStreet
Represents a customer street
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
ValueObjects |
| implements |
CustomerStreetInterface |
__construct(string $p_street)
Validates the length and the data type of the street name.
| throws |
If $p_street is not a string. If $p_street contains more characters than 64. |
|---|---|
stringCustomer's street.
__toString() : string
stringEquivalent string value.
street : string
| var |
|---|
string