Model/TagInterface.php
changeset 62 10be6b9e55e7
parent 42 0e57c730bb18
child 83 e9f04298bdfa
--- a/Model/TagInterface.php	Fri Dec 09 04:53:56 2011 +0100
+++ b/Model/TagInterface.php	Fri Dec 09 06:43:49 2011 +0100
@@ -218,6 +218,11 @@
     function getCategory();
     
     /**
+     * return the utc time when this tag has been created
+     */
+    function getCreatedAt();
+    
+    /**
      * Get Documents
      *
      * @return ArrayCollection
@@ -236,5 +241,6 @@
      * @param $wikipedia_info
      */
     function setWikipediaInfo($wikipedia_info);
+        
     
 }
\ No newline at end of file