Model/DocumentInterface.php
changeset 23 b435f8055cb4
parent 20 985f1992895d
child 42 0e57c730bb18
--- a/Model/DocumentInterface.php	Fri Oct 28 14:57:11 2011 +0200
+++ b/Model/DocumentInterface.php	Fri Nov 04 11:56:59 2011 +0100
@@ -50,6 +50,18 @@
      */
     function getManualOrder();
     
-    
+    /**
+     * Get tagsStr
+     *
+     * @return string
+     */
+    function getTagsStr();
     
+    /**
+     * Set tagsStr
+     *
+     * @param $tagsStr
+     */
+    function setTagsStr($tagsStr);
+        
 }