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