Model/DocumentInterface.php
changeset 65 ba6b8e38d90e
parent 62 10be6b9e55e7
child 74 901463f9b11c
equal deleted inserted replaced
64:caeb4c8b5487 65:ba6b8e38d90e
    74    /**
    74    /**
    75     * return the utc time when this object has been created
    75     * return the utc time when this object has been created
    76     */
    76     */
    77     function getCreatedAt();
    77     function getCreatedAt();
    78     
    78     
       
    79     /**
       
    80      * __toString magic method
       
    81      */
       
    82     function __toString();
    79             
    83             
    80 }
    84 }