Zmiany pomiędzy wersją 1 and wersją 2 dla DeployerGuide/Others/eDokumentyApi/getRegister
- Data i czas:
- 01/15/14 13:21:06 (11 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/eDokumentyApi/getRegister
v1 v2 1 = Dodanie wpisów dorejestru =1 = Pobranie definicji rejestru = 2 2 3 3 … … 8 8 9 9 /** 10 * Dodaje jeden i więcej wpisów dorejestru10 * Pobiera definicję rejestru 11 11 * 12 * @param integer Id rejestru13 12 * @param string json 14 13 * … … 16 15 * @return string json 17 16 */ 18 public function addRegisterEntries($register_id, $data) {17 public function getRegister($params) { 19 18 20 19 ?>