• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/entity/widget.php
  • Класс: BitrixReportVisualConstructorEntityWidget
  • Вызов: Widget::getMapAttributes
static function getMapAttributes()
{
	$attributes = parent::getMapAttributes();
	$attributes['GID'] = 'gId';
	$attributes['BOARD_ID'] = 'boardId';
	$attributes['DASHBOARD_ROW_ID'] = 'rowId';
	$attributes['PARENT_WIDGET_ID'] = 'parentWidgetId';
	$attributes['WIDGET_CLASS'] = 'widgetClass';
	$attributes['CATEGORY_KEY'] = 'categoryKey';
	$attributes['VIEW_KEY'] = 'viewKey';
	$attributes['WEIGHT'] = 'weight';
	$attributes['OWNER_ID'] = 'ownerId';
	$attributes['IS_PATTERN'] = 'isPattern';
	return $attributes;
}