• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/order.php
  • Класс: BitrixSaleOrder
  • Вызов: Order::getShipmentCollection
public function getShipmentCollection()
{
	if (empty($this->shipmentCollection))
	{
		$this->shipmentCollection = $this->loadShipmentCollection();
	}

	return $this->shipmentCollection;
}