• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/propertyindex/element.php
  • Класс: BitrixIblockPropertyIndexElement
  • Вызов: Element::getPriceValues
public function getPriceValues($priceId)
{
	return $this->elementPrices[$priceId] ?? [];
}