• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/handler/basewidget.php
  • Класс: BitrixReportVisualConstructorHandlerBaseWidget
  • Вызов: BaseWidget::__construct
public function __construct()
{
	$widget = new Widget();
	$widget->setWidgetClass(static::getClassName());
	$this->setWidget($widget);
}