• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/comments/task/commentposter.php
  • Класс: BitrixTasksCommentsTaskCommentPoster
  • Вызов: CommentPoster::__construct
protected function __construct(int $taskId, int $authorId)
{
	$this->taskId = $taskId;
	$this->authorId = $authorId;
	$this->comments = new Collection();

	$this->disableDeferredPostMode();
}