Model/DocumentTag.php
changeset 83 e9f04298bdfa
parent 62 10be6b9e55e7
child 112 14653baf4f6b
--- a/Model/DocumentTag.php	Thu Mar 01 18:44:24 2012 +0100
+++ b/Model/DocumentTag.php	Fri Mar 02 16:50:38 2012 +0100
@@ -201,6 +201,16 @@
     {
         return $this->createdAt;
     }
+
+    /**
+    * Set date of creation
+    *
+    * @param DateTime $date
+    */
+    public function setCreatedAt($date)
+    {
+        $this->createdAt = $date;
+    }
     
     
     /**