From 81eb4b2222d06c6287b1851fe45bfdf0af4dc138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 19 Nov 2020 21:44:11 +0100 Subject: [PATCH] doxygen --- htdocs/fichinter/class/fichinterrec.class.php | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/htdocs/fichinter/class/fichinterrec.class.php b/htdocs/fichinter/class/fichinterrec.class.php index 23940c04e70..377b97b2abb 100644 --- a/htdocs/fichinter/class/fichinterrec.class.php +++ b/htdocs/fichinter/class/fichinterrec.class.php @@ -53,6 +53,9 @@ class FichinterRec extends Fichinter */ public $picto = 'intervention'; + /** + * @var string title + */ public $title; public $number; public $date; @@ -60,14 +63,28 @@ class FichinterRec extends Fichinter public $remise; public $tva; public $total; - public $db_table; + + /** + * @var int Proposal Id + */ public $propalid; public $date_last_gen; public $date_when; + + /** + * @var int number of generation done + */ public $nb_gen_done; + + /** + * @var int number of maximum generation + */ public $nb_gen_max; + /** + * int rank + */ public $rang; public $special_code;