phpDocumentor

CustomerMemoMapper extends CustomerMemoFactory

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

mapCustomerMemo()

public mapCustomerMemo(array<string|int, mixed> $customerMemo) : CustomerMemo
Parameters
$customerMemo : array<string|int, mixed>
Tags
throws
Exception
Return values
CustomerMemo

mapCustomerMemos()

public mapCustomerMemos(array<string|int, mixed> ...$customerMemos) : CustomerMemos
Parameters
$customerMemos : array<string|int, mixed>
Tags
throws
Exception
Return values
CustomerMemos

Search results