• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/handler/deal.php
  • Класс: Bitrix\Crm\Integration\Report\Handler\Deal
  • Вызов: Deal::getGroupByOptions
public function getGroupByOptions()
{
	return [
		self::GROUPING_BY_STAGE => 'stage'
	];
}