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

	$this->fillData();
}