diff -r 145296a918f8 -r e9f04298bdfa Model/DocumentTagInterface.php --- a/Model/DocumentTagInterface.php Thu Mar 01 18:44:24 2012 +0100 +++ b/Model/DocumentTagInterface.php Fri Mar 02 16:50:38 2012 +0100 @@ -108,6 +108,13 @@ */ function getCreatedAt(); + /** + * Set created at date + * + * @param DateTime $date + */ + function setCreatedAt($date); + } \ No newline at end of file