phpDocumentor

CurrencyRepository

Interface CurrencyRepository

Table of Contents

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.

Methods

getCurrenciesTotalCount()

Returns the total count of filtered currencies.

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

Search results