| changeset 62 | 10be6b9e55e7 |
| parent 57 | 186c4121c7b3 |
| child 83 | e9f04298bdfa |
--- a/Model/DocumentTagInterface.php Fri Dec 09 04:53:56 2011 +0100 +++ b/Model/DocumentTagInterface.php Fri Dec 09 06:43:49 2011 +0100 @@ -103,5 +103,11 @@ */ function getDocument(); + /** + * return the utc time when this object has been created + */ + function getCreatedAt(); + + } \ No newline at end of file