• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/notification/controller.php
  • Класс: BitrixTasksInternalsNotificationController
  • Вызов: Controller::onNotificationReply
public function onNotificationReply(TaskObject $task, string $text): self
{
	(new NotificationUseCaseNotificationReply(
		$task,
		$this->buffer,
		$this->userRepository,
		new ProviderCollection(...[
			new ForumNotificationProvider()
		])
	))->execute($text);

	return $this;
}