equal
deleted
inserted
replaced
21 * @return integer |
21 * @return integer |
22 */ |
22 */ |
23 function getId(); |
23 function getId(); |
24 |
24 |
25 /** |
25 /** |
|
26 * Set id |
|
27 * |
|
28 * @param integer $id |
|
29 */ |
|
30 function setId($id); |
|
31 |
|
32 /** |
26 * Set label |
33 * Set label |
27 * |
34 * |
28 * @param string $label |
35 * @param string $label |
29 */ |
36 */ |
30 function setLabel($label); |
37 function setLabel($label); |
221 * return the utc time when this tag has been created |
228 * return the utc time when this tag has been created |
222 */ |
229 */ |
223 function getCreatedAt(); |
230 function getCreatedAt(); |
224 |
231 |
225 /** |
232 /** |
|
233 * Set created at date |
|
234 * |
|
235 * @param DateTime $date |
|
236 */ |
|
237 function setCreatedAt($date); |
|
238 |
|
239 /** |
226 * Get Documents |
240 * Get Documents |
227 * |
241 * |
228 * @return ArrayCollection |
242 * @return ArrayCollection |
229 */ |
243 */ |
230 function getDocuments(); |
244 function getDocuments(); |