• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/entity/configuration.php
  • Класс: BitrixReportVisualConstructorEntityConfiguration
  • Вызов: Configuration::getMapAttributes
static function getMapAttributes()
{
	$attributes = parent::getMapAttributes();
	$attributes['GID'] = 'gId';
	$attributes['UKEY'] = 'key';
	$attributes['SETTINGS'] = 'value';
	$attributes['CONFIGURATION_FIELD_CLASS'] = 'fieldClassName';
	$attributes['WEIGHT'] = 'weight';
	return $attributes;
}