phpDocumentor

CustomerHistoryReadService implements CustomerHistoryReadService

Class CustomerHistoryReadService

Interfaces, Classes and Traits

CustomerHistoryReadService
Interface CustomerHistoryReadService

Table of Contents

$factory  : CustomerHistoryFactory
$repository  : CustomerHistoryRepository
__construct()  : mixed
getCustomerHistory()  : CustomerHistory
Returns all available customer history entries.
getCustomerHistoryForType()  : CustomerHistory
Returns all available customer history entries for the given type.

Properties

Methods

getCustomerHistoryForType()

Returns all available customer history entries for the given type.

public getCustomerHistoryForType(int $customerId, string $type) : CustomerHistory
Parameters
$customerId : int
$type : string
Tags
inheritDoc
Return values
CustomerHistory

Search results