• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/view/customers/regularcustomersgraph.php
  • Класс: Bitrix\Crm\Integration\Report\View\Customers\RegularCustomersGraph
  • Вызов: RegularCustomersGraph::__construct
public function __construct()
{
	parent::__construct();
	$this->setDraggable(false);
	Extension::load(["crm.report.regularcustomers"]);
}