phpDocumentor

CurrencyReadService implements CurrencyReadService

Class CurrencyReadService

Interfaces, Classes and Traits

CurrencyReadService
Interface CurrencyReadService

Table of Contents

$factory  : CurrencyFactory
$repository  : CurrencyRepository
__construct()  : mixed
getAllCurrencies()  : Currencies
Returns a collection of all currencies.
getCurrencyById()  : Currency
Returns a specific currency based on the given currency ID.

Properties

Methods

getCurrencyById()

Returns a specific currency based on the given currency ID.

public getCurrencyById(int $currencyId) : Currency
Parameters
$currencyId : int
Tags
inheritDoc
Return values
Currency

Search results