Model/DocumentTag.php
changeset 84 2f03faa51ba1
parent 83 e9f04298bdfa
child 112 14653baf4f6b
--- a/Model/DocumentTag.php	Thu Mar 01 18:44:48 2012 +0100
+++ b/Model/DocumentTag.php	Tue Mar 20 11:45:54 2012 +0100
@@ -201,6 +201,16 @@
     {
         return $this->createdAt;
     }
+
+    /**
+    * Set date of creation
+    *
+    * @param DateTime $date
+    */
+    public function setCreatedAt($date)
+    {
+        $this->createdAt = $date;
+    }
     
     
     /**