• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipmentpropertyvaluecollection.php
  • Класс: BitrixSaleShipmentPropertyValueCollection
  • Вызов: ShipmentPropertyValueCollection::createPropertyValueCollectionObject
static function createPropertyValueCollectionObject()
{
	$registry = Registry::getInstance(static::getRegistryType());
	$propertyValueCollectionClassName = $registry->getShipmentPropertyValueCollectionClassName();
	return new $propertyValueCollectionClassName();
}