summaryrefslogtreecommitdiffstats
path: root/businesslayer
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-19 11:42:27 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-19 11:42:40 +0200
commit3e9a13efc9d95aac61191481fc9b90cfe3ca6e41 (patch)
treeff252c7c2a378de265831a144b9e407d4d23d276 /businesslayer
parentd328d409986a4e8c504fe65c3bf7c5b445b21814 (diff)
added skeletons for google reader import
Diffstat (limited to 'businesslayer')
-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) {
+
+ }
+
+
}