From 905f7cf8dd006a425ba4f87f210d3e73430ca63f Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 18 Mar 2019 10:22:20 +0100 Subject: [PATCH] add comments --- htdocs/adherents/class/adherent.class.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index 9a84782e920..082ae43be6d 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -176,8 +176,20 @@ class Adherent extends CommonObject public $photo; - public $datec; - public $datem; + /** + * Date creation record (datec) + * + * @var DateTime + */ + public $datec; + + /** + * Date modification record (tms) + * + * @var DateTime + */ + public $datem; + public $datevalid; public $gender;