• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/monitor/history/comment.php
  • Класс: BitrixTimemanMonitorHistoryComment
  • Вызов: Comment::record
static function record(array $comments): void
{
	foreach ($comments as $comment)
	{
		self::add($comment['USER_LOG_ID'], $comment['USER_ID'], $comment['COMMENT']);
	}
}