Model/DocumentInterface.php
changeset 59 ea562f37d7a5
parent 57 186c4121c7b3
child 62 10be6b9e55e7
equal deleted inserted replaced
55:80a400379dd3 59:ea562f37d7a5
    49      * @return boolean
    49      * @return boolean
    50      */
    50      */
    51     function getManualOrder();
    51     function getManualOrder();
    52     
    52     
    53     /**
    53     /**
       
    54      * Get the list of tags
       
    55      *
       
    56      * @return array of IRI\Bundle\WikiTagBundle\Model\DocumentTagInterface
       
    57      */
       
    58     function getTags();
       
    59     
       
    60     /**
    54      * Get tagsStr
    61      * Get tagsStr
    55      *
    62      *
    56      * @return string
    63      * @return string
    57      */
    64      */
    58     function getTagsStr();
    65     function getTagsStr();
    61      * Set tagsStr
    68      * Set tagsStr
    62      *
    69      *
    63      * @param $tagsStr
    70      * @param $tagsStr
    64      */
    71      */
    65     function setTagsStr($tagsStr);
    72     function setTagsStr($tagsStr);
    66         
    73             
    67 }
    74 }