• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/amchart/funnel.php
  • Класс: BitrixReportVisualConstructorViewsJsComponentAmChartFunnel
  • Вызов: Funnel::__construct
public function __construct()
{
	parent::__construct();
	$this->setLabel(Loc::getMessage('REPORT_FUNNEL_VIEW_LABEL'));
	$this->setLogoUri('/bitrix/images/report/visualconstructor/view-funnel.jpg');
	$this->setJsClassName('BX.Report.VisualConstructor.Widget.Content.AmChart.Funnel');
}