Zmiany pomiędzy wersją 1 and wersją 2 dla DeployerGuide/Others/eDokumentyApi/getMaxDateForRegister
- Data i czas:
- 01/15/14 13:22:34 (11 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/eDokumentyApi/getMaxDateForRegister
v1 v2 1 = Dodanie wpisów do rejestru =1 = Pobiera datę ostatniej modyfikacji dla całego rejestru = 2 2 3 3 … … 8 8 9 9 /** 10 * Dodaje jeden i więcej wpisów do rejestru10 * Pobiera datę ostatniej modyfikacji dla całego rejestru 11 11 * 12 * @param integer Id rejestru 13 * @param string json 12 * @param string json data 14 13 * 15 14 * @access public 16 * @return string json15 * @return string datetime 17 16 */ 18 public function addRegisterEntries($register_id, $data) { 19 17 public function getMaxDateForRegister($params) { 20 18 ?> 21 19 }}}