Class NewsletterSubscription

Interface NewsletterSubscription

NewsletterSubscription implements NewsletterSubscriptionInterface

Methods summary

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

NewsletterSubscription constructor.

public getId( void ) : integer
public getEmail( void ) : string
public getCustomerId( void ) : integer
public getCustomerStatus( void ) : integer
public getFirstName( void ) : string
public getLastName( void ) : string
public getMailStatus( void ) : integer
public getMailKey( void ) : string
public getSubscriptionDate( void ) : DateTime

Properties summary

protected $id : integer

		
protected $email : string

		
protected $customerId : integer

		
protected $customerStatus : integer

		
protected $firstName : string

		
protected $lastName : string

		
protected $mailStatus : integer

		
protected $mailKey : string

		
protected $subscriptionDate : DateTime