CurrencyReadService
in
Interface CurrencyReadService
Table of Contents
- getAllCurrencies() : Currencies
- Returns a collection of all currencies.
- getCurrencyById() : Currency
- Returns a specific currency based on the given currency ID.
Methods
getAllCurrencies()
Returns a collection of all currencies.
public
getAllCurrencies() : Currencies
Tags
Return values
Currencies —getCurrencyById()
Returns a specific currency based on the given currency ID.
public
getCurrencyById(int $currencyId) : Currency
Parameters
- $currencyId : int