equal
deleted
inserted
replaced
216 * @return object |
216 * @return object |
217 */ |
217 */ |
218 function getCategory(); |
218 function getCategory(); |
219 |
219 |
220 /** |
220 /** |
|
221 * return the utc time when this tag has been created |
|
222 */ |
|
223 function getCreatedAt(); |
|
224 |
|
225 /** |
221 * Get Documents |
226 * Get Documents |
222 * |
227 * |
223 * @return ArrayCollection |
228 * @return ArrayCollection |
224 */ |
229 */ |
225 function getDocuments(); |
230 function getDocuments(); |
234 /** |
239 /** |
235 * Set wikipedia info. |
240 * Set wikipedia info. |
236 * @param $wikipedia_info |
241 * @param $wikipedia_info |
237 */ |
242 */ |
238 function setWikipediaInfo($wikipedia_info); |
243 function setWikipediaInfo($wikipedia_info); |
|
244 |
239 |
245 |
240 } |
246 } |