• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/integration/report/handler/base.php
  • Класс: BitrixVoximplantIntegrationReportHandlerBase
  • Вызов: Base::getAnalyticBoardByKey
static function getAnalyticBoardByKey($key): ?AnalyticBoard
{
	$boardProvider = new AnalyticBoardProvider();
	$boardProvider->addFilter('boardKey', $key);

	return $boardProvider->execute()->getFirstResult();
}