EmailContactInterface

Extends

Interface EmailContactInterface

category

System

package

Email

subpackage

Interfaces

Methods

Returns the contact name of an email.

getContactName() : string

Response

string

E-Mail contact name.

Returns the contact type of an email.

getContactType() : \ContactTypeInterface

Response

\ContactTypeInterface

E-Mail contact type.

Returns an email address.

getEmailAddress() : string

Response

string

E-Mail address.

Sets the contact name of an email.

setContactName(\ContactNameInterface $contactName) 

Arguments

$contactName

\ContactNameInterface

E-Mail contact name.

Sets the contact type of an email.

setContactType(\ContactTypeInterface $contactType) 

Arguments

$contactType

\ContactTypeInterface

E-Mail contact type.

Sets an email address.

setEmailAddress(\EmailAddressInterface $emailAddress) 

Arguments

$emailAddress

\EmailAddressInterface

E-Mail address.