NewsletterSubscription

Implements \NewsletterSubscriptionInterface

Interface NewsletterSubscription

category

System

package

NewsletterSubscription

Methods

NewsletterSubscription constructor.

__construct(\IdType $id, \CustomerEmailInterface $email, \IdType $customerId, \IntType $customerStatus, \StringType $firstName, \StringType $lastName, \IntType $mailStatus, \StringType $mailKey, \DateTime $subscriptionDate) 

Arguments

$id

\IdType

$customerId

\IdType

$customerStatus

\IntType

$firstName

\StringType

$lastName

\StringType

$mailStatus

\IntType

$mailKey

\StringType

$subscriptionDate

\DateTime

getCustomerId

getCustomerId() : integer

Response

integer

getCustomerStatus

getCustomerStatus() : integer

Response

integer

getEmail

getEmail() : string

Response

string

getFirstName

getFirstName() : string

Response

string

getId

getId() : integer

Response

integer

getLastName

getLastName() : string

Response

string

getMailKey

getMailKey() : string

Response

string

getMailStatus

getMailStatus() : integer

Response

integer

getSubscriptionDate

getSubscriptionDate() : \DateTime

Response

\DateTime

Properties

id

id : integer
var

Type(s)

integer

email

email : string
var

Type(s)

string

customerId

customerId : integer
var

Type(s)

integer

customerStatus

customerStatus : integer
var

Type(s)

integer

firstName

firstName : string
var

Type(s)

string

lastName

lastName : string
var

Type(s)

string

mailStatus

mailStatus : integer
var

Type(s)

integer

mailKey

mailKey : string
var

Type(s)

string

subscriptionDate

subscriptionDate : \DateTime
var

Type(s)

\DateTime