phpDocumentor

NewsletterSubscription implements NewsletterSubscriptionInterface

Interface NewsletterSubscription

Tags
category

System

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

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

Search results