diff --git a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_marbre.php b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_marbre.php index 502b66e17f0..e7fb65f7612 100644 --- a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_marbre.php +++ b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_marbre.php @@ -44,7 +44,17 @@ class mod_supplier_proposal_marbre extends ModeleNumRefSupplierProposal */ public $error=''; - public $nom = "Marbre"; + /** + * @var string Nom du modele + * @deprecated + * @see name + */ + public $nom='Marbre'; + + /** + * @var string model name + */ + public $name='Marbre'; /** diff --git a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php index 0968fe10e11..4827acdc9c8 100644 --- a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php +++ b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php @@ -44,7 +44,17 @@ class mod_supplier_proposal_saphir extends ModeleNumRefSupplierProposal */ public $error = ''; - public $nom = 'Saphir'; + /** + * @var string Nom du modele + * @deprecated + * @see name + */ + public $nom='Saphir'; + + /** + * @var string model name + */ + public $name='Saphir'; /** diff --git a/htdocs/core/modules/ticket/mod_ticket_simple.php b/htdocs/core/modules/ticket/mod_ticket_simple.php index 68b62e8afcb..c744453a899 100644 --- a/htdocs/core/modules/ticket/mod_ticket_simple.php +++ b/htdocs/core/modules/ticket/mod_ticket_simple.php @@ -1,6 +1,6 @@ - * Copyright (C) 2010 Laurent Destailleur +/* Copyright (C) 2010-2012 Regis Houssin + * Copyright (C) 2010 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -43,9 +43,17 @@ class mod_ticket_simple extends ModeleNumRefTicket */ public $error = ''; - public $nom = "Simple"; + /** + * @var string Nom du modele + * @deprecated + * @see name + */ + public $nom='Simple'; - public $name = "Simple"; + /** + * @var string model name + */ + public $name='Simple'; /** * Return description of numbering module diff --git a/htdocs/core/modules/ticket/mod_ticket_universal.php b/htdocs/core/modules/ticket/mod_ticket_universal.php index ece0959d050..adca6897ac3 100644 --- a/htdocs/core/modules/ticket/mod_ticket_universal.php +++ b/htdocs/core/modules/ticket/mod_ticket_universal.php @@ -40,9 +40,17 @@ class mod_ticket_universal extends ModeleNumRefTicket */ public $error = ''; - public $nom = 'Universal'; + /** + * @var string Nom du modele + * @deprecated + * @see name + */ + public $nom='Universal'; - public $name = 'Universal'; + /** + * @var string model name + */ + public $name='Universal'; /** * Renvoi la description du modele de numerotation