• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/comments/task/commentposter.php
  • Класс: BitrixTasksCommentsTaskCommentPoster
  • Вызов: CommentPoster::addComments
public function addComments(array $comments): void
{
	foreach ($comments as $comment)
	{
		/** @var Comment $comment */
		$this->comments->push($comment);
	}
}