Model/DocumentInterface.php
changeset 57 186c4121c7b3
parent 42 0e57c730bb18
child 62 10be6b9e55e7
--- a/Model/DocumentInterface.php	Mon Nov 28 15:58:34 2011 +0100
+++ b/Model/DocumentInterface.php	Tue Dec 06 14:53:12 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);
-        
+            
 }