phpDocumentor

CustomerMemoReader

Class CustomerMemoReader

Table of Contents

$connection  : Connection
__construct()  : mixed
getCustomerMemoById()  : array<string|int, mixed>
Returns a specific customer memo based on the given ID.
getCustomerMemos()  : array<string|int, mixed>
Returns all available customer memos.
getCustomerMemosTotalCount()  : int
getFilteredCustomerMemos()  : array<string|int, mixed>
createQuery()  : QueryBuilder

Properties

Methods

__construct()

public __construct(Connection $connection) : mixed
Parameters
$connection : Connection
Return values
mixed

getCustomerMemos()

Returns all available customer memos.

public getCustomerMemos(CustomerId $customerId) : array<string|int, mixed>
Parameters
$customerId : CustomerId
Return values
array<string|int, mixed>

Search results