• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipmentitemstorecollection.php
  • Класс: BitrixSaleShipmentItemStoreCollection
  • Вызов: ShipmentItemStoreCollection::createShipmentItemStoreCollectionObject
static function createShipmentItemStoreCollectionObject()
{
	$registry = Registry::getInstance(static::getRegistryType());
	$shipmentItemStoreCollectionClassName = $registry->getShipmentItemStoreCollectionClassName();

	return new $shipmentItemStoreCollectionClassName();
}