From b47a54c652e192674dcaf56a4fb5f6f6062df49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sat, 9 Mar 2019 18:05:48 +0100 Subject: [PATCH] update doc in commonobject class --- htdocs/core/class/commonobject.class.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index e962e59264c..367fae984b6 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -399,9 +399,24 @@ abstract class CommonObject */ public $location_incoterms; + /** + * @var string The name + */ public $name; + + /** + * @var string The lastname + */ public $lastname; + + /** + * @var string The firstname + */ public $firstname; + + /** + * @var string The civility code, not an integer + */ public $civility_id; // Dates