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

	$kernelSession['report_files'] = $value;
}