From 1d59b582d79ddedc57bf2621e5dabc39245998a1 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Wed, 19 Dec 2018 13:56:51 +0100 Subject: [PATCH] add comments --- .../template/class/myobject.class.php | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php index 6029fc7d3f9..ad04cc554d3 100644 --- a/htdocs/modulebuilder/template/class/myobject.class.php +++ b/htdocs/modulebuilder/template/class/myobject.class.php @@ -120,15 +120,25 @@ class MyObject extends CommonObject * @var string label */ public $label; - + + /** + * @var string amount + */ public $amount; /** * @var int Status */ public $status; - + + /** + * @var string date_creation + */ public $date_creation; + + /** + * @var string tms + */ public $tms; /** @@ -140,7 +150,10 @@ class MyObject extends CommonObject * @var int ID */ public $fk_user_modif; - + + /** + * @var string import_key + */ public $import_key; // END MODULEBUILDER PROPERTIES