• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/product/sku.php
  • Класс: BitrixCatalogProductSku
  • Вызов: Sku::handlerAfterIBlockElementSetPropertyValues
static function handlerAfterIBlockElementSetPropertyValues(
	$elementId,
	$iblockId,
	$newValues,
	$propertyIdentifyer
)
{
	if (!static::allowedPropertyHandler())
		return;

	self::calculateOfferChange((int)$elementId, (int)$iblockId);
}