Interface EmailContactInterface

Interface EmailContactInterface

Direct known implementers

EmailContact

Methods summary

public getEmailAddress( void ) : string

Returns an email address.

public setEmailAddress( EmailAddressInterface $emailAddress )

Sets an email address.

public getContactName( void ) : string

Returns the contact name of an email.

public setContactName( ContactNameInterface $contactName )

Sets the contact name of an email.

public getContactType( void ) : ContactTypeInterface

Returns the contact type of an email.

public setContactType( ContactTypeInterface $contactType )

Sets the contact type of an email.