Copied!

CurrencyFetchAdapter

CurrencyFetchAdapter.php : 16

Methods

public__construct()

CurrencyFetchAdapter.php : 22
public __construct(CurrencyServiceInterface $currencyService[, CurrencyQuery|null $query = null ])

Parameters

Name Type Default value Description
$currencyService CurrencyServiceInterface - -
$query CurrencyQuery|null null -

publicfetch()

CurrencyFetchAdapter.php : 31
public fetch(int $offset, int $limit) : Iterator<string|int, CurrencyInterface>

Parameters

Name Type Default value Description
$offset int - -
$limit int - -

Return values

Iterator<string|int, CurrencyInterface>