• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/entitypropertyvalue.php
  • Класс: BitrixSaleEntityPropertyValue
  • Вызов: EntityPropertyValue::normalizeValue
public function normalizeValue($name, $value)
{
	if ($name === 'VALUE')
	{
		$value = $this->property->normalizeValue($value);
	}

	return parent::normalizeValue($name, $value);
}