Model/TagInterface.php
changeset 62 10be6b9e55e7
parent 42 0e57c730bb18
child 83 e9f04298bdfa
equal deleted inserted replaced
61:1bc0ec8ed05b 62:10be6b9e55e7
   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 }