From 6ec81b6f59dfb1a3baaf25be4048cd62a07e0abf Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 8 Feb 2017 16:07:40 +0100 Subject: [locationinfo] Add skeleton for pluggable course backend infrastructure --- .../locationinfo/inc/coursebackend.inc.php | 108 +++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 modules-available/locationinfo/inc/coursebackend.inc.php (limited to 'modules-available/locationinfo/inc/coursebackend.inc.php') diff --git a/modules-available/locationinfo/inc/coursebackend.inc.php b/modules-available/locationinfo/inc/coursebackend.inc.php new file mode 100644 index 00000000..39ba3b90 --- /dev/null +++ b/modules-available/locationinfo/inc/coursebackend.inc.php @@ -0,0 +1,108 @@ +fetchSchedulesInternal($aggregatedRoomIds); + // TODO: Place in cache if necessary + // TODO: Remove entries from result that were not in $roomsIds + return $result; + } + +} -- cgit v1.2.3-55-g7522