Model/DocumentTagInterface.php
changeset 62 10be6b9e55e7
parent 57 186c4121c7b3
child 83 e9f04298bdfa
equal deleted inserted replaced
61:1bc0ec8ed05b 62:10be6b9e55e7
   101      *
   101      *
   102      * @return object
   102      * @return object
   103      */
   103      */
   104     function getDocument();
   104     function getDocument();
   105     
   105     
       
   106    /**
       
   107     * return the utc time when this object has been created
       
   108     */
       
   109     function getCreatedAt();
       
   110     
       
   111     
   106 
   112 
   107 }
   113 }