Value Object
Class CustomerCity
Represents a customer city
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
ValueObjects |
| implements |
CustomerCityInterface |
__construct(string $p_city)
Validates the length and the data type of the customer city.
| Throws |
|
|---|
stringCustomer's city.
__toString() : string
stringEquivalent string value.
strlenWrapper( $string, $encoding = 'utf-8')
city : string
| var |
|---|
string