phpDocumentor

CurrencyRepository implements CurrencyRepository

Class CurrencyRepository

Interfaces, Classes and Traits

CurrencyRepository
Interface CurrencyRepository

Table of Contents

$mapper  : CurrencyMapper
$reader  : CurrencyReader
__construct()  : mixed
filterCurrencies()  : Currencies
Returns a filtered, sorted, paginated collection of currencies.
getAllCurrencies()  : Currencies
Returns a collection of all currencies.
getCurrenciesTotalCount()  : int
Returns the total count of filtered currencies.
getCurrencyById()  : Currency
Returns a specific currency based on the given currency ID.

Properties

Methods

getCurrenciesTotalCount()

Returns the total count of filtered currencies.

public getCurrenciesTotalCount(Filters $filters) : int
Parameters
$filters : Filters
Tags
inheritDoc
Return values
int

Search results