• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/integrations/report/eventhandler.php
  • Класс: BitrixImOpenLinesIntegrationsReportEventHandler
  • Вызов: EventHandler::onCategoriesCollect
static function onCategoriesCollect()
{
	$openLinesCategory = new Category();
	$openLinesCategory->setKey('open_lines');
	$openLinesCategory->setLabel(Loc::getMessage('REPORT_OPEN_LINES_CATEGORY_NEW'));
	$openLinesCategory->setParentKey('main');


	$categories[] = $openLinesCategory;
	return $categories;
}