• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/entity/report.php
  • Класс: BitrixReportVisualConstructorEntityReport
  • Вызов: Report::getMapAttributes
static function getMapAttributes()
{
	$attributes = parent::getMapAttributes();
	$attributes['GID'] = 'gId';
	$attributes['REPORT_CLASS'] = 'reportClassName';
	$attributes['WIDGET_ID'] = 'widgetId';
	$attributes['WEIGHT'] = 'weight';

	return $attributes;
}