Source for file attribut.class.php
Documentation is available at attribut.class.php
* @example wpmAttribut.inc Comment manipuler un wpmAttribut.
* Définit le nom de l'attribut.
public function setNom($pNom) { $this->nom = $pNom; }
* Définit la valeur de l'attribut.
* Retourne le nom de l'attribut.
public function getNom() { return $this->nom; }
* Retourne la valeur de l'attribut.
* Retourne le code html de l'attribut.
|