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 |
|
---|
string
Customer's city.
__toString() : string
string
Equivalent string value.
strlenWrapper( $string, $encoding = 'utf-8')
city : string
var |
---|
string