Model/DocumentTagInterface.php
changeset 57 186c4121c7b3
parent 2 13f43f53d0ba
child 62 10be6b9e55e7
equal deleted inserted replaced
49:e854d8cb376c 57:186c4121c7b3
   100      * Get document
   100      * Get document
   101      *
   101      *
   102      * @return object
   102      * @return object
   103      */
   103      */
   104     function getDocument();
   104     function getDocument();
       
   105     
   105 
   106 
   106 }
   107 }