• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/integration/report/dashboard/catalogdashboard.php
  • Класс: BitrixCatalogIntegrationReportDashboardmust
  • Вызов: must::getBoardVersion
public function getBoardVersion(): string;

abstract public function getBoardTitle(): string;

public function getAnalyticBoard(): AnalyticBoard
{
	$analyticBoard = new AnalyticBoard($this->getBoardKey());
	$analyticBoard->setBatchKey($this->group->getGroupKey());
	$analyticBoard->setGroup(static::BUTCH_GROUP);
	$analyticBoard->setTitle($this->getBoardTitle());

	return $analyticBoard;
}