userId = $userId; $this->taskId = $taskId; $this->taskName = $taskName; $this->taskType = $taskType; $this->completedAt = $completedAt; $this->rewards = $rewards; } }