summaryrefslogtreecommitdiffstats
path: root/lib/item.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-11 11:39:03 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-11 11:39:03 -0400
commit48513e8e42c72409109f21804964b7c54527f6c0 (patch)
tree3da33a98ff14cc34b9f78b08e824d6200a23b1fa /lib/item.php
parentc37d6ea2225e6b7ee93d2a294c33d81681fa843e (diff)
changes namespace to OCA\News
Diffstat (limited to 'lib/item.php')
-rw-r--r--lib/item.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/item.php b/lib/item.php
index 64ae368c3..ffbf71760 100644
--- a/lib/item.php
+++ b/lib/item.php
@@ -10,6 +10,8 @@
*
*/
+namespace OCA\News;
+
class StatusFlag{
const Unread = 0x02;
const Important = 0x04;
@@ -22,7 +24,7 @@ class StatusFlag{
*
* It encapsulate a SimplePie_Item object and adds a status flag to it
*/
-class OC_News_Item {
+class Item {
private $url;
private $title;