add some comment

This commit is contained in:
Philippe GRAND 2019-11-10 11:02:44 +01:00
parent bb74d2f8bd
commit f960191671

View File

@ -86,6 +86,10 @@ class CashControl extends CommonObject
public $cash; public $cash;
public $cheque; public $cheque;
public $card; public $card;
/**
* @var integer|string $date_valid
*/
public $date_valid; public $date_valid;
/** /**
@ -93,7 +97,9 @@ class CashControl extends CommonObject
*/ */
public $date_creation; public $date_creation;
/**
* @var integer|string $date_modification
*/
public $date_modification; public $date_modification;
const STATUS_DRAFT = 0; const STATUS_DRAFT = 0;