public function Icone($icone = NULL) { if ($icone != NULL) { $this->sIcone = ValeurStrVerifiee($icone, 100); } return $this->sIcone; }
public function Commentaire($commentaire = NULL) { if ($commentaire != NULL) { $this->sCommentaire = ValeurStrVerifiee($commentaire, 250); } return $this->sCommentaire; }