Copied!

BatchIteratorAdapter

BatchIteratorAdapter.php : 16

Methods

public__construct()

BatchIteratorAdapter.php : 22
public __construct(ShippingMethodServiceInterface $shippingMethodService[, ShippingMethodQuery|null $query = null ])

Parameters

Name Type Default value Description
$shippingMethodService ShippingMethodServiceInterface - -
$query ShippingMethodQuery|null null -

publicfetch()

BatchIteratorAdapter.php : 30
public fetch(int $offset, int $limit) : Iterator

Parameters

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

Return values

Iterator