• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/classes/general/timeman_report_full.php
  • Класс: CUserReportFull
  • Вызов: CUserReportFull::getReportFiles
static function getReportFiles(): array
{
	$kernelSession = BitrixMainApplication::getInstance()->getKernelSession();

	return is_array($kernelSession['report_files']) ? $kernelSession['report_files'] : [];
}