Value Object
Class AddressClass
Represents a customer address
category |
System |
---|---|
package |
Customer |
subpackage |
ValueObjects |
implements |
AddressClassInterface |
__construct(string $addressClass)
Validates the data type of the address class.
Throws |
|
---|
string
Address class.
__toString() : string
string
Equivalent string value.
addressClass : string
var |
---|
string