Model/DocumentInterface.php
changeset 3 976d922e52f0
parent 2 13f43f53d0ba
child 14 673b2766024e
child 17 81962874e172
equal deleted inserted replaced
2:13f43f53d0ba 3:976d922e52f0
    45      * Get description
    45      * Get description
    46      *
    46      *
    47      * @return text
    47      * @return text
    48      */
    48      */
    49     function getDescription();
    49     function getDescription();
    50 
       
    51     /**
       
    52      * Set manualOrder
       
    53      *
       
    54      * @param boolean $manualOrder
       
    55      */
       
    56     function setManualOrder($manualOrder);
       
    57     
       
    58     /**
       
    59      * Get manualOrder
       
    60      *
       
    61      * @return boolean
       
    62      */
       
    63     function getManualOrder();
       
    64     
    50     
    65     
    51     
    66     
    52     
    67 }
    53 }