summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/feed.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/feed.php b/lib/feed.php
index 6dfdcbcfb..9a9226d73 100644
--- a/lib/feed.php
+++ b/lib/feed.php
@@ -12,6 +12,13 @@
namespace OCA\News;
+class FeedType {
+ const FEED = 0;
+ const FOLDER = 1;
+ const STARRED = 2;
+ const SUBSCRIPTIONS = 3;
+}
+
/**
* This class models a feed.
*/