• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/integration/report/view/averagecalltime/averagecalltimegraph.php
  • Класс: BitrixVoximplantIntegrationReportViewAverageCallTimeAverageCallTimeGraph
  • Вызов: AverageCallTimeGraph::__construct
public function __construct()
{
	parent::__construct();
	$this->setDraggable(false);
	$this->setHeight(480);
	$this->setCompatibleDataType(Common::MULTIPLE_REPORT_TYPE);
	$this->setJsClassName('BX.Voximplant.Report.Dashboard.Content.AverageCallTime');
	Extension::load(['voximplant.report.averagecalltime']);
}