• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/handler/company.php
  • Класс: Bitrix\Crm\Integration\Report\Handler\Company
  • Вызов: Company::getWhatWillCalculateOptions
public function getWhatWillCalculateOptions($groupingValue = null)
{
	return [
		'calc' => 'Calc'
	];
}