id = $id; $this->name = $name; } public function getID(){ return $this->id; } public function getName(){ return $this->name; } }