diff -r 99c15cfe420b -r b435f8055cb4 Model/DocumentInterface.php --- 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); + }