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