Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Interfaces

  • AttachmentCollectionInterface
  • AttachmentsHandlerInterface
  • ContactCollectionInterface
  • ContactNameInterface
  • ContactTypeInterface
  • EmailAddressInterface
  • EmailAttachmentInterface
  • EmailCollectionInterface
  • EmailContactInterface
  • EmailContentInterface
  • EmailDeleterInterface
  • EmailFactoryInterface
  • EmailInterface
  • EmailReaderInterface
  • EmailRepositoryInterface
  • EmailServiceInterface
  • EmailSubjectInterface
  • EmailWriterInterface
  • MailerAdapterInterface

Interface EmailContactInterface

Interface EmailContactInterface

Direct known implementers

EmailContact

Package: Email\Interfaces
Category: System
Located at SystemServices/Email/Interfaces/Entities/EmailContactInterface.inc.php

Methods summary

public string
# getEmailAddress( )

Returns an email address.

Returns an email address.

Returns

string
E-Mail address.
public
# setEmailAddress( EmailAddressInterface $emailAddress )

Sets an email address.

Sets an email address.

Parameters

$emailAddress
E-Mail address.
public string
# getContactName( )

Returns the contact name of an email.

Returns the contact name of an email.

Returns

string
E-Mail contact name.
public
# setContactName( ContactNameInterface $contactName )

Sets the contact name of an email.

Sets the contact name of an email.

Parameters

$contactName
E-Mail contact name.
public ContactTypeInterface
# getContactType( )

Returns the contact type of an email.

Returns the contact type of an email.

Returns

ContactTypeInterface
E-Mail contact type.
public
# setContactType( ContactTypeInterface $contactType )

Sets the contact type of an email.

Sets the contact type of an email.

Parameters

$contactType
E-Mail contact type.
API documentation generated by ApiGen