• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/entity/dashboardrow.php
  • Класс: BitrixReportVisualConstructorEntityDashboardRow
  • Вызов: DashboardRow::getMapAttributes
static function getMapAttributes()
{
	$attributes = parent::getMapAttributes();
	$attributes['GID'] = 'gId';
	$attributes['BOARD_ID'] = 'boardId';
	$attributes['WEIGHT'] = 'weight';
	$attributes['LAYOUT_MAP'] = 'layoutMap';
	return $attributes;
}