• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/crm/timeline/event/ontaskcommentadded.php
  • Класс: BitrixTasksIntegrationCRMTimelineEventOnTaskCommentAdded
  • Вызов: OnTaskCommentAdded::__construct
public function __construct(
	?TaskObject $task,
	int $userId,
	int $commentId,
	DateTime $commentDate,
	int $fromUser
)
{
	$this->task = $task;
	$this->userId = $userId;
	$this->commentId = $commentId;
	$this->lastCommentDate = $commentDate;
	$this->fromUser = $fromUser;
}