From 04ff41adc3a100cd5621bda027fe413d927945e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 28 Feb 2023 08:56:38 +0100 Subject: [PATCH 1/2] doc --- .../action/class/actioncommreminder.class.php | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/htdocs/comm/action/class/actioncommreminder.class.php b/htdocs/comm/action/class/actioncommreminder.class.php index eb0d464777a..71b438b1a8a 100644 --- a/htdocs/comm/action/class/actioncommreminder.class.php +++ b/htdocs/comm/action/class/actioncommreminder.class.php @@ -72,7 +72,6 @@ class ActionCommReminder extends CommonObject * 'showoncombobox' if field must be shown into the label of combobox */ - // BEGIN MODULEBUILDER PROPERTIES /** * @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor. */ @@ -101,6 +100,10 @@ class ActionCommReminder extends CommonObject public $entity; public $dateremind; + + /** + * @var string reminder type email, browser, sms + */ public $typeremind; /** @@ -108,7 +111,14 @@ class ActionCommReminder extends CommonObject */ public $fk_user; + /** + * @var int offset value + */ public $offsetvalue; + + /** + * @var string y, m, d, w, h, i + */ public $offsetunit; /** @@ -131,10 +141,6 @@ class ActionCommReminder extends CommonObject */ public $fk_email_template; - // END MODULEBUILDER PROPERTIES - - - /** * Constructor * From 45207822a1ad4d8d22986206bf9289426a72dcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 2 Mar 2023 14:13:17 +0100 Subject: [PATCH 2/2] restore tags --- htdocs/comm/action/class/actioncommreminder.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/comm/action/class/actioncommreminder.class.php b/htdocs/comm/action/class/actioncommreminder.class.php index 71b438b1a8a..909a7586025 100644 --- a/htdocs/comm/action/class/actioncommreminder.class.php +++ b/htdocs/comm/action/class/actioncommreminder.class.php @@ -72,6 +72,7 @@ class ActionCommReminder extends CommonObject * 'showoncombobox' if field must be shown into the label of combobox */ + // BEGIN MODULEBUILDER PROPERTIES /** * @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor. */ @@ -140,6 +141,7 @@ class ActionCommReminder extends CommonObject * @var int Template Mail */ public $fk_email_template; + // END MODULEBUILDER PROPERTIES /** * Constructor