Copied!

CurrencyListInterface

CurrencyListInterface.php : 17
Extends IteratorAggregate, Countable
Tags
Extends

IteratorAggregate<\Ibexa\Contracts\ProductCatalog\Values\CurrencyInterface>

Methods

publicgetCurrencies()

CurrencyListInterface.php : 24

Partial list of currencies.

public getCurrencies() : array<string|int, CurrencyInterface>

Return values

array<string|int, CurrencyInterface>

publicgetTotalCount()

CurrencyListInterface.php : 29

Return total count of found currencies (filtered by permissions).

public getTotalCount() : int

Return values

int