CurrencyController
class CurrencyController extends Controller
Class CurrencyController. Defines routes for RatioStorage
Methods
JsonResponse
changeCurrencyAction(Request $request)
Change currency
array
prefAllCurrenciesAction()
Backend route for listing all currencies
array
prefAddCurrencyAction()
Backend route for adding new currency
array
JsonResponse
getCurrencyRatioAction(ArrayCollection $currencyGetRatio)
API route for currency ratio
Details
at line 39
JsonResponse
changeCurrencyAction(Request $request)
Change currency
at line 61
array
prefAllCurrenciesAction()
Backend route for listing all currencies
at line 74
array
prefAddCurrencyAction()
Backend route for adding new currency
at line 91
array
editCurrencyPageAction(RatioStorage $currency)
Backend route for editing currency
at line 111
JsonResponse
getCurrencyRatioAction(ArrayCollection $currencyGetRatio)
API route for currency ratio