summaryrefslogtreecommitdiffstats
path: root/db/itemmapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/itemmapper.php')
-rw-r--r--db/itemmapper.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/db/itemmapper.php b/db/itemmapper.php
index 90c80d48c..04f073c36 100644
--- a/db/itemmapper.php
+++ b/db/itemmapper.php
@@ -138,6 +138,16 @@ class ItemMapper extends NewsMapper {
return $item;
}
+
+ public function readFeed($feedId, $userId){
+ // TODO
+ }
+
+
+ public function starredCount($userId){
+ // TODO
+ }
+
}