CCrmReportManager::getReportData

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmReportManager
  4. getReportData
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_report_helper.php
  • Класс: \CCrmReportManager
  • Вызов: CCrmReportManager::getReportData
static function getReportData($reportID)
{
	$reportID = intval($reportID);
	return $reportID > 0
		? Bitrix\Report\ReportTable::getById($reportID)->fetch():
		null;
}

Добавить комментарий