• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/handler/base.php
  • Класс: BitrixReportVisualConstructorHandlerBase
  • Вызов: Base::getConfigurationsGidKeyed
public function getConfigurationsGidKeyed()
{
	$reports = $this->getConfigurations();
	$result = array();
	foreach ($reports as $configuration)
	{
		$result[$configuration->getGId()] = $configuration;
	}
	return $result;
}