• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/itemlist.php
  • Класс: Bitrix\Crm\Component\ItemList
  • Вызов: ItemList::onPrepareComponentParams
public function onPrepareComponentParams($arParams): array
{
	$this->fillParameterFromRequest('categoryId', $arParams);
	$this->fillParameterFromRequest('entityTypeId', $arParams);

	return parent::onPrepareComponentParams($arParams);
}