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