• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipmentitemstore.php
  • Класс: BitrixSaleShipmentItemStore
  • Вызов: ShipmentItemStore::createShipmentItemStoreObject
static function createShipmentItemStoreObject(array $itemData = array())
{
	$registry = Registry::getInstance(static::getRegistryType());
	$shipmentItemStoreClassName = $registry->getShipmentItemStoreClassName();

	return new $shipmentItemStoreClassName($itemData);
}