• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/prop_element_list.php
  • Класс: CIBlockPropertyElementList
  • Вызов: CIBlockPropertyElementList::GetUIFilterProperty
static function GetUIFilterProperty($arProperty, $strHTMLControlName, &$fields)
{
	$fields["type"] = "list";
	$fields["items"] = self::getItemsForUiFilter($arProperty);
	$fields["operators"] = array(
		"default" => "=",
		"enum" => "@"
	);
}