• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipmentitemcollection.php
  • Класс: BitrixSaleShipmentItemCollection
  • Вызов: ShipmentItemCollection::createShipmentItemCollectionObject
static function createShipmentItemCollectionObject()
{
	$registry = Registry::getInstance(static::getRegistryType());
	$shipmentItemCollectionClassName = $registry->getShipmentItemCollectionClassName();

	return new $shipmentItemCollectionClassName();
}