diff -r 145296a918f8 -r e9f04298bdfa Model/DocumentTag.php --- 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; + } /**