equal
deleted
inserted
replaced
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 } |