diff -r e63ac93fdbde -r 45378793512a Model/TagInterface.php --- 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