precise label comment
This commit is contained in:
parent
7b47c79bc3
commit
bd473059ae
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -45,7 +45,7 @@ class ModeleImports
|
|||||||
public $id;
|
public $id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string proper name for given parameter
|
* @var string label
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user