Zmiany pomiędzy wersją 7 and wersją 8 dla DeployerGuide/Others/eDokumentyApi/GetDocument
- Data i czas:
- 05/25/15 11:06:22 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/eDokumentyApi/GetDocument
v7 v8 57 57 try { 58 58 59 $document = $client->getDocument s($doc_id, false);59 $document = $client->getDocument($doc_id, false); 60 60 var_dump($document); 61 61