CustomerNewsletterMapper
extends CustomerNewsletterFactory
in package
Class CustomerNewsletterMapper
Table of Contents
- createCustomerId() : CustomerId
- Creates and returns a customer ID.
- createCustomerIds() : CustomerIds
- Creates and returns a collection of customer IDs.
- mapCustomerId() : CustomerId
- mapCustomerIds() : CustomerIds
Methods
createCustomerId()
Creates and returns a customer ID.
public
createCustomerId(int $customerId) : CustomerId
Parameters
- $customerId : int
Return values
CustomerId —createCustomerIds()
Creates and returns a collection of customer IDs.
public
createCustomerIds(CustomerId ...$customerIds) : CustomerIds
Parameters
- $customerIds : CustomerId
Return values
CustomerIds —mapCustomerId()
public
mapCustomerId(array<string|int, mixed> $data) : CustomerId
Parameters
- $data : array<string|int, mixed>
Return values
CustomerId —mapCustomerIds()
public
mapCustomerIds(array<string|int, mixed> ...$data) : CustomerIds
Parameters
- $data : array<string|int, mixed>