• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/integration/report/dashboard/catalogdashboard.php
  • Класс: BitrixCatalogIntegrationReportDashboardCatalogDashboard
  • Вызов: CatalogDashboard::getDashboard
public function getDashboard(): Dashboard
{
	$board = new Dashboard();
	$board->setVersion($this->getBoardVersion());
	$board->setBoardKey($this->getBoardKey());
	$board->setGId(VisualConstructorHelperUtil::generateUserUniqueId());
	$board->setUserId(0);

	$board->addRows($this->getRows());

	return $board;
}