• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/entity/widget.php
  • Класс: BitrixReportVisualConstructorEntityWidget
  • Вызов: Widget::getWidgetByGId
static function getWidgetByGId($widgetGId)
{
	return static::load(
		array(
			'GID' => $widgetGId
		),
		array('row', 'reports.configurations', 'configurations')
	);
}