AgreementCustomerEmail
in package
implements
CustomerEmailInterface
Value Object
Class AgreementCustomerEmail
Represents an agreement customer email
Tags
Interfaces, Classes and Traits
- CustomerEmailInterface
- Value Object.
Table of Contents
- $email : string
- Customers E-Mail address.
- __construct() : mixed
- AgreementCustomerEmail constructor.
- __toString() : string
- Returns the equivalent string value.
Properties
Customers E-Mail address.
protected
string
$email
Methods
__construct()
AgreementCustomerEmail constructor.
public
__construct(string $email[, bool $encodeSpecialCharacters = true ]) : mixed
Parameters
- $email : string
-
Customer email.
- $encodeSpecialCharacters : bool = true
-
Encode special characters?
Return values
mixed —__toString()
Returns the equivalent string value.
public
__toString() : string
Return values
string —Equivalent string value.