Zmiany pomiędzy wersją 3 and wersją 4 dla DeployerGuide/Others/eDokumentyApi/GetProcess
- Data i czas:
- 12/16/14 13:06:03 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/eDokumentyApi/GetProcess
v3 v4 52 52 53 53 try { 54 $process = $client->getProcess($prc_id );54 $process = $client->getProcess($prc_id, false); 55 55 var_dump($process); 56 56 } catch(SoapFault $fault) {