Zmiany pomiędzy wersją 6 and wersją 7 dla DeployerGuide/Others/eDokumentyApi/GetDocument

Pokaż
Ignoruj:
Data i czas:
03/12/15 14:02:44 (9 years temu)
Autor:
WN (IP: 79.188.124.105)
Komentarz:

--

Legend:

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

    v6 v7  
    2020 *  @throws Exception - SoapFault 
    2121 */ 
    22 Array searchDocuments(Int doc_id, Boolean return_json = false) 
     22Array getDocument(Int doc_id, Boolean return_json = false) 
    2323 
    2424?> 
     
    5757try { 
    5858     
    59     $document = $client->searchDocuments($doc_id, false); 
     59    $document = $client->getDocuments($doc_id, false); 
    6060    var_dump($document); 
    6161