Model/DocumentInterface.php
changeset 59 ea562f37d7a5
parent 57 186c4121c7b3
child 62 10be6b9e55e7
--- a/Model/DocumentInterface.php	Thu Dec 08 18:43:14 2011 +0100
+++ b/Model/DocumentInterface.php	Fri Dec 09 02:21:17 2011 +0100
@@ -51,6 +51,13 @@
     function getManualOrder();
     
     /**
+     * Get the list of tags
+     *
+     * @return array of IRI\Bundle\WikiTagBundle\Model\DocumentTagInterface
+     */
+    function getTags();
+    
+    /**
      * Get tagsStr
      *
      * @return string
@@ -63,5 +70,5 @@
      * @param $tagsStr
      */
     function setTagsStr($tagsStr);
-        
+            
 }