getShipmentCollection
public \Bitrix\Sale\Order::getShipmentCollection();
Method returns collection of shipments, associated with an order. Non-static method.
No parameters.
Exceptions
Example
{ if (empty($this->shipmentCollection)) { $this->shipmentCollection = $this->loadShipmentCollection(); } return $this->shipmentCollection; }
© «Bitrix24», 2001-2024
Up