id = $id; $this->type = $type; $this->content = $content; } public function getId() { return $this->id; } public function getType() { return $this->type; } public function getContent() { return $this->content; } }