phpDocumentor

CustomerNewsletterReadService

Interface CustomerNewsletterReadService

Table of Contents

getSubscribedCustomers()  : CustomerIds
Returns all for newsletters subscribed customers.
isCustomerSubscribed()  : bool
Checks if the given customer is subscribed for newsletters.

Methods

isCustomerSubscribed()

Checks if the given customer is subscribed for newsletters.

public isCustomerSubscribed(int $customerId) : bool
Parameters
$customerId : int
Return values
bool

Search results