phpDocumentor

CurrencyReader

Class CurrencyReader

Table of Contents

$connection  : Connection
__construct()  : mixed
filterCurrencies()  : array<string|int, mixed>
Returns a filtered, sorted, paginated collection of currencies.
getAllCurrencies()  : array<string|int, mixed>
Returns a collection of all currencies.
getCurrenciesTotalCount()  : int
Returns the total count of filtered currencies.
getCurrencyById()  : array<string|int, mixed>
Returns a specific currency based on the given currency ID.
createQuery()  : QueryBuilder

Properties

Methods

__construct()

public __construct(Connection $connection) : mixed
Parameters
$connection : Connection
Return values
mixed

getAllCurrencies()

Returns a collection of all currencies.

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

createQuery()

private createQuery([Filters|null $filters = null ]) : QueryBuilder
Parameters
$filters : Filters|null = null
Return values
QueryBuilder

Search results