CustomerMemoMapper
extends CustomerMemoFactory
in package
Class CustomerMemoMapper
Table of Contents
- createCreatorId() : CreatorId
- Creates and returns a creator ID.
- createCustomerId() : CustomerId
- Creates and returns a customer ID.
- createCustomerIds() : CustomerIds
- Creates and returns a collection of customer IDs.
- createCustomerMemoId() : CustomerMemoId
- Creates and returns a customer memo ID.
- createCustomerMemoIds() : CustomerMemoIds
- Creates and returns a collection of customer memo IDs.
- createCustomerMemos() : CustomerMemos
- Creates and returns a collection of customer memos.
- mapCustomerMemo() : CustomerMemo
- mapCustomerMemos() : CustomerMemos
Methods
createCreatorId()
Creates and returns a creator ID.
public
createCreatorId(int $creatorId) : CreatorId
Parameters
- $creatorId : int
Return values
CreatorId —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 —createCustomerMemoId()
Creates and returns a customer memo ID.
public
createCustomerMemoId(int $customerMemoId) : CustomerMemoId
Parameters
- $customerMemoId : int
Return values
CustomerMemoId —createCustomerMemoIds()
Creates and returns a collection of customer memo IDs.
public
createCustomerMemoIds(CustomerMemoId ...$customerMemoIds) : CustomerMemoIds
Parameters
- $customerMemoIds : CustomerMemoId
Return values
CustomerMemoIds —createCustomerMemos()
Creates and returns a collection of customer memos.
public
createCustomerMemos(CustomerMemo ...$customerMemos) : CustomerMemos
Parameters
- $customerMemos : CustomerMemo
Return values
CustomerMemos —mapCustomerMemo()
public
mapCustomerMemo(array<string|int, mixed> $customerMemo) : CustomerMemo
Parameters
- $customerMemo : array<string|int, mixed>
Tags
Return values
CustomerMemo —mapCustomerMemos()
public
mapCustomerMemos(array<string|int, mixed> ...$customerMemos) : CustomerMemos
Parameters
- $customerMemos : array<string|int, mixed>