• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/component/selector/element.php
  • Класс: BitrixIblockComponentSelectorElement
  • Вызов: Element::isFilterableProperty
static function isFilterableProperty(array $row)
{
	return ($row['FILTRABLE'] == 'Y' && $row['PROPERTY_TYPE'] != IblockPropertyTable::TYPE_FILE);
}