From 3e9a13efc9d95aac61191481fc9b90cfe3ca6e41 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 19 Apr 2013 11:42:27 +0200 Subject: added skeletons for google reader import --- businesslayer/feedbusinesslayer.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'businesslayer') 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) { + + } + + } -- cgit v1.2.3