Value Object
Class CustomerCompany
Represents a customer company
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
ValueObjects |
| implements |
CustomerCompanyInterface |
__construct(string $p_company)
Validates the length and data type of the customer company.
| throws |
If $p_company is not a string. If $p_company contains more characters than 255. |
|---|---|
stringCustomer's company.
__toString() : string
stringEquivalent string value.
company : string
| var |
|---|
string