--- a/Model/BaseDocumentInterface.php Tue Oct 25 12:20:47 2011 +0200 +++ b/Model/BaseDocumentInterface.php Wed Oct 26 15:38:05 2011 +0200 @@ -40,6 +40,12 @@ */ function getManualOrder(); + /** + * Get Tags + * + */ + function getTags(); + }