Methods¶
__construct()
¶
CurrencyFetchAdapter.php
:
22
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $currencyService | CurrencyServiceInterface | - | - |
| $query | CurrencyQuery|null | null | - |
fetch()
¶
CurrencyFetchAdapter.php
:
31
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $offset | int | - | - |
| $limit | int | - | - |
Return values
Iterator<string|int, CurrencyInterface>