Model/DocumentInterface.php
changeset 23 b435f8055cb4
parent 20 985f1992895d
child 42 0e57c730bb18
equal deleted inserted replaced
22:99c15cfe420b 23:b435f8055cb4
    48      *
    48      *
    49      * @return boolean
    49      * @return boolean
    50      */
    50      */
    51     function getManualOrder();
    51     function getManualOrder();
    52     
    52     
       
    53     /**
       
    54      * Get tagsStr
       
    55      *
       
    56      * @return string
       
    57      */
       
    58     function getTagsStr();
    53     
    59     
    54     
    60     /**
       
    61      * Set tagsStr
       
    62      *
       
    63      * @param $tagsStr
       
    64      */
       
    65     function setTagsStr($tagsStr);
       
    66         
    55 }
    67 }