id = $id; return $this; } public function getID() { return $this->id; } public function setContent($content) { $this->content = $content; return $this; } public function getContent() { return $this->content; } }