summaryrefslogtreecommitdiffstats
path: root/lib/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/item.php')
-rw-r--r--lib/item.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/item.php b/lib/item.php
index 114751cfe..577b6d8e8 100644
--- a/lib/item.php
+++ b/lib/item.php
@@ -48,6 +48,14 @@ class Item {
}
}
+ public function getFeedId() {
+ return $this->feedId;
+ }
+
+ public function setFeedId($feedId) {
+ $this->feedId = $feedId;
+ }
+
public function getGuid() {
return $this->guid;
}