Interface EmailContactInterface
category |
System |
---|---|
package |
|
subpackage |
Interfaces |
getContactName() : string
string
E-Mail contact name.
getContactType() : \ContactTypeInterface
getEmailAddress() : string
string
E-Mail address.
setContactName(\ContactNameInterface $contactName)
setContactType(\ContactTypeInterface $contactType)
setEmailAddress(\EmailAddressInterface $emailAddress)