Value Object
Class CustomerLastname
Represents a customer lastname
category |
System |
---|---|
package |
Customer |
subpackage |
ValueObjects |
implements |
CustomerLastnameInterface |
__construct(string $p_lastname)
Validates the length and the data type of the customer last name.
Throws |
|
---|
string
Customer's last name.
__toString() : string
string
Equivalent string value.