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