Documentation

CurrencyService
in package

Table of Contents

Properties

$currencyRepository  : CurrencyRepository
$request  : mixed

Methods

__construct()  : mixed
getCurrencies()  : array<string|int, mixed>
Return CurrencyMapper object from repository
getCurrency()  : array<string|int, mixed>
Return CurrencyMapper object from repositry
getEuCurrencies()  : mixed

Properties

Methods

getCurrencies()

Return CurrencyMapper object from repository

public getCurrencies() : array<string|int, mixed>
Return values
array<string|int, mixed>

getCurrency()

Return CurrencyMapper object from repositry

public getCurrency(int $currencyId) : array<string|int, mixed>
Parameters
$currencyId : int

Currency identification

Tags
throws
CurrencyNotFoundException

if currency not found

Return values
array<string|int, mixed>

        
On this page

Search results