id; } public function getUserId(): int { return $this->userId; } public function getTitle(): string { return $this->title; } public function getBody(): string { return $this->body; } public function getCreatedAt(): DateTimeImmutable { return $this->createdAt; } }