• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/entity/widget.php
  • Класс: BitrixReportVisualConstructorEntityWidget
  • Вызов: Widget::getReportsGidKeyed
public function getReportsGidKeyed()
{
	$reports = $this->getReports();
	$result = array();
	foreach ($reports as $report)
	{
		$result[$report->getGId()] = $report;
	}
	return $result;
}