• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/comments/internals/comment.php
  • Класс: BitrixTasksCommentsInternalsComment
  • Вызов: Comment::setAuthorId
public function setAuthorId(int $authorId): void
{
	$this->authorId = $authorId;
}