From a6cd34739ea2a45550aa4190971071a2a3256924 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 27 Dec 2020 20:43:18 +0100 Subject: [PATCH] Doxygen --- htdocs/ecm/class/ecmfiles.class.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/ecm/class/ecmfiles.class.php b/htdocs/ecm/class/ecmfiles.class.php index 8701e6ed7d6..6392d6f162e 100644 --- a/htdocs/ecm/class/ecmfiles.class.php +++ b/htdocs/ecm/class/ecmfiles.class.php @@ -150,6 +150,12 @@ class EcmFiles extends CommonObject */ public $src_object_id; + /** + * @var int section_id ID of section = ID of EcmDirectory, directory of manual ECM (not stored into database) + */ + public $section_id; + + /** * Constructor