_nom = $nom; $this->_adresse = $adresse; $this->_famille = $famille; $this->_tel = $tel; $this->_fax = $fax; $this->_siret = $siret; $this->_siren = $siren; $this->_id = $id; } function toHTML(){ // affichage $content=""; $content.="_id."\" />\n"; $content.="".$this->_id."\n"; $content.="".$this->_nom."\n"; $content.="".$this->_adresse."\n"; $content.="".$this->_tel."\n"; $content.="".$this->_fax."\n"; $content.="".$this->_siret."\n"; $content.="".$this->_siren."\n"; return $content; } } } ?>