• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/entity/report.php
  • Класс: BitrixReportVisualConstructorEntityReport
  • Вызов: Report::getWidget
public function getWidget()
{
	/**
	 * @HACK
	 */
	if (!$this->widget && $this->widgetId)
	{
		$this->widget = Widget::loadById($this->widgetId);
	}
	return $this->widget;
}