id; } public function getStatus(): PostStatus { return $this->status; } public function getText(): string { return $this->text; } public function getTitle(): string { return $this->title; } }