• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/integrations/report/handlers/dialog.php
  • Класс: BitrixImOpenLinesIntegrationsReportHandlersDialog
  • Вызов: Dialog::getWhatWillCalculateOptions
public function getWhatWillCalculateOptions($groupBy = null)
{
	return array(
		self::WHAT_WILL_CALCULATE_AVERAGE_TIME_TO_ANSWER => Loc::getMessage('WHAT_WILL_CALCULATE_AVERAGE_TIME_TO_ANSWER'),
	);
}