From c3c6626258575d3d536c443133f956d2a5314eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 20 Feb 2023 18:37:52 +0100 Subject: [PATCH] doc --- htdocs/core/class/ctypent.class.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/htdocs/core/class/ctypent.class.php b/htdocs/core/class/ctypent.class.php index 3bfae75d7de..fb6704f6942 100644 --- a/htdocs/core/class/ctypent.class.php +++ b/htdocs/core/class/ctypent.class.php @@ -42,22 +42,24 @@ class Ctypent // extends CommonObject */ public $errors = array(); - //var $element='ctypent'; //!< Id that identify managed objects - //var $table_element='ctypent'; //!< Name of table without prefix where object is stored + // public $element = 'ctypent'; //!< Id that identify managed objects + // public $table_element = 'ctypent'; //!< Name of table without prefix where object is stored /** * @var int ID */ public $id; + /** + * @var int ID of country + */ + public $country_id; + public $code; public $libelle; public $active; public $module; - - - /** * Constructor *