add some comment
This commit is contained in:
parent
5bafcae767
commit
c851a9faff
@ -128,7 +128,14 @@ class Asset extends CommonObject
|
||||
|
||||
public $note_public;
|
||||
public $note_private;
|
||||
|
||||
/**
|
||||
* Creation date
|
||||
* @var int
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
public $tms;
|
||||
|
||||
/**
|
||||
|
||||
@ -100,7 +100,13 @@ class BlockedLog
|
||||
*/
|
||||
public $fk_user = 0;
|
||||
|
||||
/**
|
||||
* Creation date
|
||||
* @var int
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
public $date_modification;
|
||||
|
||||
public $date_object = 0;
|
||||
|
||||
@ -112,7 +112,14 @@ class BOM extends CommonObject
|
||||
public $description;
|
||||
public $note_public;
|
||||
public $note_private;
|
||||
|
||||
/**
|
||||
* Creation date
|
||||
* @var int
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
public $tms;
|
||||
public $fk_user_creat;
|
||||
public $fk_user_modif;
|
||||
|
||||
@ -67,7 +67,13 @@ class Mailing extends CommonObject
|
||||
public $user_creat;
|
||||
public $user_valid;
|
||||
|
||||
/**
|
||||
* Creation date
|
||||
* @var int
|
||||
*/
|
||||
public $date_creat;
|
||||
|
||||
|
||||
public $date_valid;
|
||||
|
||||
public $extraparams=array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user