EmailContactInterface
in
Interface EmailContactInterface
Tags
Table of Contents
- getContactName() : string
- Returns the contact name of an email.
- getContactType() : ContactTypeInterface
- Returns the contact type of an email.
- getEmailAddress() : string
- Returns an email address.
- setContactName() : mixed
- Sets the contact name of an email.
- setContactType() : mixed
- Sets the contact type of an email.
- setEmailAddress() : mixed
- Sets an email address.
Methods
getContactName()
Returns the contact name of an email.
public
getContactName() : string
Return values
string —E-Mail contact name.
getContactType()
Returns the contact type of an email.
public
getContactType() : ContactTypeInterface
Return values
ContactTypeInterface —E-Mail contact type.
getEmailAddress()
Returns an email address.
public
getEmailAddress() : string
Return values
string —E-Mail address.
setContactName()
Sets the contact name of an email.
public
setContactName(ContactNameInterface $contactName) : mixed
Parameters
- $contactName : ContactNameInterface
-
E-Mail contact name.
Return values
mixed —setContactType()
Sets the contact type of an email.
public
setContactType(ContactTypeInterface $contactType) : mixed
Parameters
- $contactType : ContactTypeInterface
-
E-Mail contact type.
Return values
mixed —setEmailAddress()
Sets an email address.
public
setEmailAddress(EmailAddressInterface $emailAddress) : mixed
Parameters
- $emailAddress : EmailAddressInterface
-
E-Mail address.