Documentation

CurrencyRepository
in package

Table of Contents

Methods

findAll()  : Simple|null
Get all Currency objects
findById()  : Currency|null
Get Currency object by identification
findEuCurrencies()  : mixed

Methods

findAll()

Get all Currency objects

public findAll() : Simple|null
Return values
Simple|null

Return Currency object

findById()

Get Currency object by identification

public findById(int $currencyId) : Currency|null
Parameters
$currencyId : int

Currency identification

Return values
Currency|null

Return Currency entity


        
On this page

Search results