content = $content; $this->userId = $userId; } public function getContent(): array { return $this->content; } public function getUserId(): int { return $this->userId; } }