• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/integration/report/view/lineargraphbase.php
  • Класс: BitrixVoximplantIntegrationReportViewLinearGraphBase
  • Вызов: LinearGraphBase::__construct
public function __construct()
{
	parent::__construct();
	$this->setDraggable(false);
	$this->setCompatibleDataType(Common::MULTIPLE_REPORT_TYPE);
}