Model/DocumentInterface.php
changeset 65 ba6b8e38d90e
parent 62 10be6b9e55e7
child 74 901463f9b11c
--- a/Model/DocumentInterface.php	Wed Dec 14 23:53:37 2011 +0100
+++ b/Model/DocumentInterface.php	Mon Dec 19 17:50:04 2011 +0100
@@ -76,5 +76,9 @@
     */
     function getCreatedAt();
     
+    /**
+     * __toString magic method
+     */
+    function __toString();
             
 }