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