phpDocumentor

CustomerHistoryVoucherReader implements CustomerHistoryReader

Class CustomerHistoryVoucherReader

Interfaces, Classes and Traits

CustomerHistoryReader
Interface CustomerHistoryReader

Table of Contents

$connection  : Connection
$factory  : CustomerHistoryFactory
__construct()  : mixed
getCustomerHistoryEntries()  : CustomerHistoryEntryDtos
Returns all available customer history entries.
getType()  : string
Returns type of history entry the reader provides
mapDbRowsByCoupon()  : array<string|int, mixed>
Maps db entries by the coupon id. Each language dependent description has it's on row in the query result

Properties

Methods

getType()

Returns type of history entry the reader provides

public getType() : string
Tags
inheritDoc
Return values
string

mapDbRowsByCoupon()

Maps db entries by the coupon id. Each language dependent description has it's on row in the query result

protected mapDbRowsByCoupon(array<string|int, mixed> $entries) : array<string|int, mixed>
Parameters
$entries : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results