NewsletterSubscription
in package
implements
NewsletterSubscriptionInterface
Interface NewsletterSubscription
Tags
Interfaces, Classes and Traits
- NewsletterSubscriptionInterface
- Interface NewsletterSubscriptionInterface
Table of Contents
- $customerId : int
- $customerStatus : int
- $email : string
- $firstName : string
- $id : int
- $ipAddress : string
- $lastName : string
- $mailKey : string
- $mailStatus : int
- $subscriptionDate : DateTime
- __construct() : mixed
- NewsletterSubscription constructor.
- getCustomerId() : int
- getCustomerStatus() : int
- getEmail() : string
- getFirstName() : string
- getId() : int
- getIpAddress() : string
- getLastName() : string
- getMailKey() : string
- getMailStatus() : int
- getSubscriptionDate() : DateTime
Properties
$customerId
protected
int
$customerId
$customerStatus
protected
int
$customerStatus
protected
string
$email
$firstName
protected
string
$firstName
$id
protected
int
$id
$ipAddress
protected
string
$ipAddress
$lastName
protected
string
$lastName
$mailKey
protected
string
$mailKey
$mailStatus
protected
int
$mailStatus
$subscriptionDate
protected
DateTime
$subscriptionDate
Methods
__construct()
NewsletterSubscription constructor.
public
__construct(IdType $id, CustomerEmailInterface $email, IdType $customerId, IntType $customerStatus, StringType $firstName, StringType $lastName, IntType $mailStatus, StringType $mailKey, DateTime $subscriptionDate, StringType $ipAddress) : mixed
Parameters
- $id : IdType
- $email : CustomerEmailInterface
- $customerId : IdType
- $customerStatus : IntType
- $firstName : StringType
- $lastName : StringType
- $mailStatus : IntType
- $mailKey : StringType
- $subscriptionDate : DateTime
- $ipAddress : StringType
Return values
mixed —getCustomerId()
public
getCustomerId() : int
Return values
int —getCustomerStatus()
public
getCustomerStatus() : int
Return values
int —getEmail()
public
getEmail() : string
Return values
string —getFirstName()
public
getFirstName() : string
Return values
string —getId()
public
getId() : int
Return values
int —getIpAddress()
public
getIpAddress() : string
Return values
string —getLastName()
public
getLastName() : string
Return values
string —getMailKey()
public
getMailKey() : string
Return values
string —getMailStatus()
public
getMailStatus() : int
Return values
int —getSubscriptionDate()
public
getSubscriptionDate() : DateTime