add some comment

This commit is contained in:
Philippe GRAND 2019-11-02 10:35:43 +01:00
parent 8569020e34
commit 3ff5389c4e
3 changed files with 18 additions and 5 deletions

View File

@ -80,8 +80,14 @@ class Reception extends CommonObject
* @var int * @var int
*/ */
public $date_reception; public $date_reception;
public $date_creation;
public $date_valid; /**
* @var integer|string date_creation
*/
public $date_creation;
public $date_valid;
public $meths; public $meths;
public $listmeths; // List of carriers public $listmeths; // List of carriers

View File

@ -316,11 +316,12 @@ class Societe extends CommonObject
* @var string * @var string
*/ */
public $user_modification; public $user_modification;
/**
* Date of creation /**
* @var string * @var integer|string date_creation
*/ */
public $date_creation; public $date_creation;
/** /**
* User that created the thirdparty * User that created the thirdparty
* @var User * @var User

View File

@ -124,7 +124,13 @@ class SocieteAccount extends CommonObject
public $date_last_login; public $date_last_login;
public $date_previous_login; public $date_previous_login;
public $note_private; public $note_private;
/**
* @var integer|string date_creation
*/
public $date_creation; public $date_creation;
public $tms; public $tms;
/** /**