id=$id; $this->name=$name; } function getId(){ return $this->id; } function getName(){ return $this->name; } } ?>