• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipmentpropertyvalue.php
  • Класс: BitrixSaleShipmentPropertyValue
  • Вызов: ShipmentPropertyValue::createPropertyValueObject
static function createPropertyValueObject(
	array $property = null,
	array $value = [], array
	$relation = null
): EntityPropertyValue
{
	$registry = Registry::getInstance(static::getRegistryType());
	$propertyValueClassName = $registry->getShipmentPropertyValueClassName();
	return new $propertyValueClassName($property, $value, $relation);
}