Copied!

RegionFetchAdapter

RegionFetchAdapter.php : 20

The "RegionFetchAdapter" is deprecated, use \Ibexa\Contracts\ProductCatalog\Iterator\BatchIteratorAdapter\RegionFetchAdapter instead.

Tags
Deprecated
4.6.17

The "RegionFetchAdapter" is deprecated, use \Ibexa\Contracts\ProductCatalog\Iterator\BatchIteratorAdapter\RegionFetchAdapter instead.

Methods

public__construct()

RegionFetchAdapter.php : 24
public __construct(RegionServiceInterface $regionService[, RegionQuery|null $query = null ])

Parameters

Name Type Default value Description
$regionService RegionServiceInterface - -
$query RegionQuery|null null -

publicfetch()

RegionFetchAdapter.php : 34
public fetch(int $offset, int $limit) : Iterator<mixed, RegionInterface>

Parameters

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

Return values

Iterator<mixed, RegionInterface>