From 65e14617a04c27d32ac47547516e16d30a75d76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 19 Nov 2020 20:50:58 +0100 Subject: [PATCH] doxygen --- htdocs/fichinter/class/fichinter.class.php | 25 +++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/htdocs/fichinter/class/fichinter.class.php b/htdocs/fichinter/class/fichinter.class.php index d86c1b21abf..f147677647e 100644 --- a/htdocs/fichinter/class/fichinter.class.php +++ b/htdocs/fichinter/class/fichinter.class.php @@ -95,7 +95,10 @@ class Fichinter extends CommonObject */ protected $table_ref_field = 'ref'; - public $socid; // Id client + /** + * @var int Thirdparty Id + */ + public $socid; public $author; @@ -118,7 +121,14 @@ class Fichinter extends CommonObject */ public $datem; + /** + * @var int duration + */ public $duration; + + /** + * @var int status + */ public $statut = 0; // 0=draft, 1=validated, 2=invoiced, 3=Terminate /** @@ -127,17 +137,23 @@ class Fichinter extends CommonObject public $description; /** - * @var int ID + * @var int Contract ID */ public $fk_contrat = 0; /** - * @var int ID + * @var int Project ID */ public $fk_project = 0; + /** + * @var array extraparams + */ public $extraparams = array(); + /** + * @var array lines + */ public $lines = array(); /** @@ -328,8 +344,7 @@ class Fichinter extends CommonObject // End call triggers } - if (!$error) - { + if (!$error) { $this->db->commit(); return $this->id; } else {