id = $id; $this->name = $name; $this->mail = $mail; } function getMail() { return $this->mail; } function setMail($mail) { $this->mail = $mail; } } ?>