AgreementCustomerEmail

Implements \CustomerEmailInterface

Value Object

Class AgreementCustomerEmail

Represents an agreement customer email

category

System

package

Customer

subpackage

ValueObjects

implements

CustomerEmailInterface

Methods

AgreementCustomerEmail constructor.

__construct(string $email, boolean $encodeSpecialCharacters = true) 

Arguments

$email

string

Customer email.

$encodeSpecialCharacters

boolean

Encode special characters?

Returns the equivalent string value.

__toString() : string

Response

string

Equivalent string value.

Properties

Customers E-Mail address.

email : string
var

Type(s)

string