Model/TagInterface.php
changeset 5 45378793512a
parent 2 13f43f53d0ba
child 14 673b2766024e
--- a/Model/TagInterface.php	Mon Oct 17 17:17:14 2011 +0200
+++ b/Model/TagInterface.php	Tue Oct 18 10:32:30 2011 +0200
@@ -119,6 +119,14 @@
     function getUrlStatus();
     
     /**
+    * Get UrlStatusText
+    *
+    * @return string
+    */
+    function getUrlStatusText();
+    
+    
+    /**
      * Set dbpediaUri
      *
      * @param string $dbpediaUri
@@ -146,5 +154,20 @@
      */
     function getPopularity();
     
+
+    /**
+    * Set category
+    *
+    * @param object $category
+    */
+    function setCategory($category);
+    
+    /**
+     * Get category
+     *
+     * @return object
+     */
+    function getCategory();
+    
     
 }
\ No newline at end of file