• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/replicator/template/service/commentservice.php
  • Класс: BitrixTasksReplicatorTemplateServiceCommentService
  • Вызов: CommentService::clear
public function clear(): Result
{
	$commentPoster = CommentPoster::getInstance($this->task->getId(), $this->userId);
	$commentPoster->enableDeferredPostMode();
	$commentPoster->clearComments();

	return new Result();
}