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