This commit is contained in:
Laurent Destailleur 2008-11-09 12:21:20 +00:00
parent 24e95f9a29
commit f007be46ff

View File

@ -17,26 +17,23 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*
*/ */
/*! \file htdocs/adherents/adherent_options.class.php /**
\ingroup adherent * \file htdocs/adherents/adherent_options.class.php
\brief Fichier de la classe de gestion de la table des champs optionels adhérents * \ingroup adherent
\author Rodolphe Quiedville * \brief Fichier de la classe de gestion de la table des champs optionels adherents
\author Jean-Louis Bergamo * \author Rodolphe Quiedville
\author Sebastien Di Cintio * \author Jean-Louis Bergamo
\author Benoit Mortier * \author Sebastien Di Cintio
\version $Revision$ * \author Benoit Mortier
* \version $Id$
*/ */
/*! \class AdherentOptions /**
\brief Classe de gestion de la table des champs optionels adhérents * \class AdherentOptions
* \brief Classe de gestion de la table des champs optionels adherents
*/ */
class AdherentOptions class AdherentOptions
{ {
var $id; var $id;
@ -60,8 +57,8 @@ class AdherentOptions
/*! /*!
\brief AdherentOptions \brief AdherentOptions
\param DB base de données \param DB base de donn<EFBFBD>es
\param id id de l'adhérent \param id id de l'adh<EFBFBD>rent
*/ */
function AdherentOptions($DB, $id='') function AdherentOptions($DB, $id='')
@ -86,7 +83,7 @@ class AdherentOptions
} }
/*! /*!
\brief fonction qui vérifie les données entrées \brief fonction qui v<EFBFBD>rifie les donn<EFBFBD>es entr<EFBFBD>es
\param minimum \param minimum
*/ */
function check($minimum=0) function check($minimum=0)
@ -97,7 +94,7 @@ class AdherentOptions
{ {
if ((strlen(trim($this->nom)) + strlen(trim($this->prenom))) == 0) if ((strlen(trim($this->nom)) + strlen(trim($this->prenom))) == 0)
{ {
$error_string[$err] = "Vous devez saisir vos nom et prénom ou le nom de votre société."; $error_string[$err] = "Vous devez saisir vos nom et pr<EFBFBD>nom ou le nom de votre soci<63>t<EFBFBD>.";
$err++; $err++;
} }
} }
@ -126,7 +123,7 @@ class AdherentOptions
} }
/** /**
\brief fonction qui crée un attribut optionnel \brief fonction qui cr<EFBFBD>e un attribut optionnel
\param attrname nom de l'atribut \param attrname nom de l'atribut
\param type type de l'attribut \param type type de l'attribut
\param length longuer de l'attribut \param length longuer de l'attribut
@ -169,7 +166,7 @@ class AdherentOptions
} }
/** /**
\brief fonction qui crée un label \brief fonction qui cr<EFBFBD>e un label
\param attrname nom de l'atribut \param attrname nom de l'atribut
\param label nom du label \param label nom du label
*/ */