• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/monitor/history/comment.php
  • Класс: BitrixTimemanMonitorHistoryComment
  • Вызов: Comment::add
static function add(int $userLogId, int $userId, string $comment): AddResult
{
	return MonitorCommentTable::add([
		'USER_LOG_ID' => $userLogId,
		'USER_ID' => $userId,
		'COMMENT' => $comment,
	]);
}