RestCurrencyController
in package
implements
IController
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- RestCurrencyController constructor.
- getAction() : array<string|int, mixed>
- getAllAction() : array<string|int, mixed>
- getEuCurrenciesAction() : array<string|int, mixed>
Properties
$currencyService
private
CurrencyService
$currencyService
Methods
__construct()
RestCurrencyController constructor.
public
__construct(CurrencyService $currencyService) : mixed
Parameters
- $currencyService : CurrencyService
getAction()
public
getAction(int $currencyId) : array<string|int, mixed>
Parameters
- $currencyId : int
Tags
Return values
array<string|int, mixed>getAllAction()
public
getAllAction() : array<string|int, mixed>
Return values
array<string|int, mixed>getEuCurrenciesAction()
public
getEuCurrenciesAction() : array<string|int, mixed>