Methods¶
__construct()
¶
ShippingMethodListAdapter.php
:
26
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$shippingMethodService | ShippingMethodServiceInterface | - | - |
$regionResolver | RegionResolverInterface | - | - |
fetch()
¶
ShippingMethodListAdapter.php
:
37
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$offset | int | - | - |
$limit | int | - | - |
Return values
Iterator<mixed, ShippingMethodInterface>