• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/integration/report/dashboard/catalogdashboard.php
  • Класс: BitrixCatalogIntegrationReportDashboardCatalogDashboard
  • Вызов: CatalogDashboard::getAnalyticBoardBatch
public function getAnalyticBoardBatch(): AnalyticBoardBatch
{
	$analyticBoardBatch = new AnalyticBoardBatch();
	$analyticBoardBatch->setKey($this->group->getGroupKey());
	$analyticBoardBatch->setGroup(static::BUTCH_GROUP);
	$analyticBoardBatch->setTitle($this->group->getGroupTitle());
	$analyticBoardBatch->setOrder(static::BUTCH_GROUP_SORT);

	return $analyticBoardBatch;
}