Zmiany pomiędzy wersją 6 and wersją 7 dla DeployerGuide/Others/eDokumentyApi/GetDocument
- Data i czas:
- 03/12/15 14:02:44 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/eDokumentyApi/GetDocument
v6 v7 20 20 * @throws Exception - SoapFault 21 21 */ 22 Array searchDocuments(Int doc_id, Boolean return_json = false)22 Array getDocument(Int doc_id, Boolean return_json = false) 23 23 24 24 ?> … … 57 57 try { 58 58 59 $document = $client-> searchDocuments($doc_id, false);59 $document = $client->getDocuments($doc_id, false); 60 60 var_dump($document); 61 61