From 1fea15bd9815b1108b934c97b8d34bfd5638560f Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sat, 12 Jan 2008 19:39:02 +0100 Subject: [PATCH] Small update. Signed-off-by: Florent Bruneau --- modules/xnetevents/xnetevents.inc.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modules/xnetevents/xnetevents.inc.php b/modules/xnetevents/xnetevents.inc.php index 7c3adb2..2ce687d 100644 --- a/modules/xnetevents/xnetevents.inc.php +++ b/modules/xnetevents/xnetevents.inc.php @@ -23,6 +23,18 @@ */ class XNetEventPart { + private $id; + private $title; + private $description; + + private $begin; + private $end; + private $where; /* Geolocalize ? Addresse ==> google map + Each asso sould have its list of reusable addresses + and UI should list previous (recent) addresses. */ + + private $extras; // Can be use to store attachments or URL + public function __construct(array $data) { } } @@ -44,6 +56,11 @@ class XNetEvent private $description; private $subscriptionLimit; + private $closed; + private $memberOnly; + private $invite; + + private $categories; private $parts; public function __construct($id = null) { -- 2.1.4