diff -r 80a400379dd3 -r ea562f37d7a5 Model/DocumentInterface.php --- 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); - + }