summaryrefslogtreecommitdiffstats
path: root/businesslayer/feedbusinesslayer.php
diff options
context:
space:
mode:
Diffstat (limited to 'businesslayer/feedbusinesslayer.php')
-rw-r--r--businesslayer/feedbusinesslayer.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/businesslayer/feedbusinesslayer.php b/businesslayer/feedbusinesslayer.php
index 52009529e..983a4768a 100644
--- a/businesslayer/feedbusinesslayer.php
+++ b/businesslayer/feedbusinesslayer.php
@@ -175,4 +175,15 @@ class FeedBusinessLayer extends BusinessLayer {
}
+ /**
+ * Imports the google reader json
+ * @param array $json the array with json
+ * @param string userId the username
+ * @return Feed the created feed
+ */
+ public function importGoogleReaderJSON($json, $userId) {
+
+ }
+
+
}