Ajout commentaires

This commit is contained in:
Rodolphe Quiedeville 2005-04-18 09:50:01 +00:00
parent 50670a02aa
commit 816e435acc

View File

@ -22,9 +22,13 @@
class FournisseurTelephonie { class FournisseurTelephonie {
var $db; var $db;
var $id; var $id;
/**
* Créateur
*
*
*/
function FournisseurTelephonie($DB, $id=0) function FournisseurTelephonie($DB, $id=0)
{ {
$this->db = $DB; $this->db = $DB;
@ -187,7 +191,7 @@ class FournisseurTelephonie {
return $arr; return $arr;
} }
/** /**
* * Crée une commande pour ce fournisseur
* *
* *
* *