• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/classes/general/timeman_report_full.php
  • Класс: CUserReportFull
  • Вызов: CUserReportFull::getReportMessageHtml
private function getReportMessageHtml(string $reportDate, string $message): string
{
	return "".$reportDate."
".nl2br(htmlspecialcharsbx($message))."
"; }