id = $id; $this->type = $type; $this->category = $category; } function getId() { return $this->id; } function getType() { return $this->type; } function getCategory() { return $this->category; } }