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

	$this->entityType = $this->request->get('ENTITY_TYPE');

	parent::init();
}