• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/propertyindex/facet.php
  • Класс: BitrixIblockPropertyIndexFacet
  • Вызов: Facet::setPrices
public function setPrices(array $prices)
{
	$this->priceFilter = array();
	foreach ($prices as $priceInfo)
	{
		$this->priceFilter[] = (int)$priceInfo["ID"];
	}
	return $this;
}