• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/entity/dashboard.php
  • Класс: BitrixReportVisualConstructorEntityDashboard
  • Вызов: Dashboard::getMapAttributes
static function getMapAttributes()
{
	$attributes = parent::getMapAttributes();
	$attributes['GID'] = 'gId';
	$attributes['BOARD_KEY'] = 'boardKey';
	$attributes['USER_ID'] = 'userId';
	$attributes['VERSION'] = 'version';
	return $attributes;
}