precise label comment

This commit is contained in:
Philippe GRAND 2018-09-01 14:13:05 +02:00
parent 7b47c79bc3
commit bd473059ae
9 changed files with 37 additions and 37 deletions

View File

@ -36,7 +36,7 @@ class ExportCsv extends ModeleExports
public $id; public $id;
/** /**
* @var string proper name for given parameter * @var string export files label
*/ */
public $label; public $label;

View File

@ -38,7 +38,7 @@ class ExportExcel extends ModeleExports
public $id; public $id;
/** /**
* @var string proper name for given parameter * @var string Export Excel label
*/ */
public $label; public $label;

View File

@ -39,7 +39,7 @@ class ExportExcel2007 extends ExportExcel
public $id; public $id;
/** /**
* @var string proper name for given parameter * @var string label
*/ */
public $label; public $label;

View File

@ -37,7 +37,7 @@ class ExportTsv extends ModeleExports
public $id; public $id;
/** /**
* @var string proper name for given parameter * @var string label
*/ */
public $label; public $label;

View File

@ -56,7 +56,7 @@ class ImportCsv extends ModeleImports
public $id; public $id;
/** /**
* @var string proper name for given parameter * @var string label
*/ */
public $label; public $label;

View File

@ -56,7 +56,7 @@ class ImportXlsx extends ModeleImports
public $id; public $id;
/** /**
* @var string proper name for given parameter * @var string label
*/ */
public $label; public $label;

View File

@ -45,7 +45,7 @@ class ModeleImports
public $id; public $id;
/** /**
* @var string proper name for given parameter * @var string label
*/ */
public $label; public $label;

View File

@ -45,7 +45,7 @@ class EcmDirectory // extends CommonObject
public $id; public $id;
/** /**
* @var string proper name for given parameter * @var string ECM directories label
*/ */
public $label; public $label;

View File

@ -1061,7 +1061,7 @@ class Livraison extends CommonObject
/** /**
* Classe de gestion des lignes de bons de livraison * Management class of delivery note lines
*/ */
class LivraisonLigne extends CommonObjectLine class LivraisonLigne extends CommonObjectLine
{ {
@ -1079,7 +1079,7 @@ class LivraisonLigne extends CommonObjectLine
var $origin_id; var $origin_id;
/** /**
* @var string proper name for given parameter * @var string delivery note lines label
*/ */
public $label; public $label;