• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/components/itemlist.php
  • Класс: BitrixRpaComponentsItemList
  • Вызов: ItemList::getFilterId
protected function getFilterId(): ?string
{
	if($this->type)
	{
		return 'rpa_items_filter_'.$this->type->getId();
	}

	return null;
}