- Модуль: timeman
- Путь к файлу: ~/bitrix/modules/timeman/lib/monitor/history/reportcomment.php
- Класс: BitrixTimemanMonitorHistoryReportComment
- Вызов: ReportComment::add
static function add(int $userId, Date $dateLog, string $comment, string $desktopCode = null): AddResult
{
return MonitorReportCommentTable::add([
'DATE_LOG' => $dateLog,
'USER_ID' => $userId,
'COMMENT' => $comment,
'DESKTOP_CODE' => $desktopCode,
]);
}