• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/view/managers/managersratinggraph.php
  • Класс: Bitrix\Crm\Integration\Report\View\Managers\ManagersRatingGraph
  • Вызов: ManagersRatingGraph::__construct
public function __construct()
{
	parent::__construct();
	$this->setDraggable(false);
	$this->setJsClassName('BX.Crm.Report.Dashboard.Content.ManagersRating');

	Extension::load(["crm.report.managersrating"]);
}