Small update.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 12 Jan 2008 18:39:02 +0000 (19:39 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 12 Jan 2008 18:39:02 +0000 (19:39 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
modules/xnetevents/xnetevents.inc.php

index 7c3adb2..2ce687d 100644 (file)
  */
 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) {