• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/itemexport.php
  • Класс: Bitrix\Crm\Controller\ItemExport
  • Вызов: ItemExport::init
protected function init(): void
{
	$this->keepFieldInProcess('entityTypeId');
	$this->keepFieldInProcess('categoryId');

	$this->entityTypeId = $this->request->get('entityTypeId');
	$this->categoryId = $this->request->get('categoryId');

	parent::init();
}