From e22ca90a3f6ccc75672102b38858ef66a0b9b206 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sun, 10 Nov 2019 12:05:45 +0100 Subject: [PATCH] add some comment --- htdocs/livraison/class/livraison.class.php | 18 +++++++++++++----- htdocs/loan/class/loan.class.php | 8 +++++++- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/htdocs/livraison/class/livraison.class.php b/htdocs/livraison/class/livraison.class.php index c962d1d352e..ec556c82759 100644 --- a/htdocs/livraison/class/livraison.class.php +++ b/htdocs/livraison/class/livraison.class.php @@ -62,15 +62,23 @@ class Livraison extends CommonObject public $brouillon; public $socid; public $ref_customer; - - public $date_delivery; // Date really received + + /** + * @var integer|string Date really received + */ + public $date_delivery; /** - * @var integer|string date_creation - */ + * @var integer|string date_creation + */ public $date_creation; - + + /** + * @var integer|string date_valid + */ public $date_valid; + + public $model_pdf; diff --git a/htdocs/loan/class/loan.class.php b/htdocs/loan/class/loan.class.php index 66fdfbc25a2..a453732a5d2 100644 --- a/htdocs/loan/class/loan.class.php +++ b/htdocs/loan/class/loan.class.php @@ -72,8 +72,14 @@ class Loan extends CommonObject */ public $date_creation; - + /** + * @var integer|string date_modification + */ public $date_modification; + + /** + * @var integer|string date_validation + */ public $date_validation; public $insurance_amount;