Copied!

ShipmentListInterface

ShipmentListInterface.php : 16
Extends IteratorAggregate

Methods

publicgetShipments()

ShipmentListInterface.php : 23

Partial list of shipments.

public getShipments() : array<string|int, ShipmentInterface>

Return values

array<string|int, ShipmentInterface>

publicgetTotalCount()

ShipmentListInterface.php : 28

Return total count of found shipments (filtered by permissions).

public getTotalCount() : int

Return values

int