name = $name; $this->desc = $desc; } public function getName() { return $this->name; } public function getDesc() { return $this->desc; } }