• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/propertyindex/storage.php
  • Класс: BitrixIblockPropertyIndexStorage
  • Вызов: Storage::facetIdToPriceId
static function facetIdToPriceId($facetId)
{
	return intval(($facetId - 1) / 2);
}