• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/eventhandler.php
  • Класс: BitrixReportVisualConstructorEventHandler
  • Вызов: EventHandler::onReportsCollect
static function onReportsCollect()
{
	$emptyReportHandler = new EmptyReport();
//		$formula = new Formula();
	$result[] = $emptyReportHandler;
//		$result[] = $formula;

	return $result;
}