Zmiany pomiędzy wersją 1 and wersją 2 dla DeployerGuide/Others/eDokumentyApi/getMaxDateForRegister

Pokaż
Ignoruj:
Data i czas:
01/15/14 13:22:34 (10 years temu)
Autor:
MK (IP: 213.227.67.33)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Others/eDokumentyApi/getMaxDateForRegister

    v1 v2  
    1 Dodanie wpisów do rejestru =  
     1Pobiera datę ostatniej modyfikacji dla całego rejestru =  
    22 
    33 
     
    88 
    99    /** 
    10      * Dodaje jeden i więcej wpisów do rejestru 
     10     * Pobiera datę ostatniej modyfikacji dla całego rejestru 
    1111     * 
    12      * @param integer Id rejestru 
    13      * @param string json 
     12     * @param string json data 
    1413     * 
    1514     * @access public 
    16      * @return string json 
     15     * @return string datetime 
    1716     */ 
    18     public function addRegisterEntries($register_id, $data) { 
    19  
     17    public function getMaxDateForRegister($params) { 
    2018?> 
    2119}}}