From: Florent Bruneau Date: Sat, 12 Jan 2008 18:39:02 +0000 (+0100) Subject: Small update. X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=1fea15bd9815b1108b934c97b8d34bfd5638560f;p=platal.git Small update. Signed-off-by: Florent Bruneau --- 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) {