• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/handler/emptyreport.php
  • Класс: BitrixReportVisualConstructorHandlerEmptyReport
  • Вызов: EmptyReport::__construct
public function __construct()
{
	parent::__construct();
	$this->setTitle(Loc::getMessage('EMPTY_REPORT_HANDLER'));
}