• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/comments/internals/comment/part.php
  • Класс: BitrixTasksCommentsInternalsCommentPart
  • Вызов: Part::__construct
public function __construct(string $name, string $text, array $data)
{
	$this->setName($name);
	$this->setText($text);
	$this->setData($data);
}