User`s guide
Manuals
Brands
VMware Manuals
Other
VCLOUD SDK 1.0 - FOR PHP DEVELOPERS GUIDE
21
22
23
24
25
26
27
28
29
30
2
Call the
VMware_VCloud_SDK_Service::getService()
method that specifies the client that you created.
For example,
$service = VMware_VCloud_SDK_Service::getService($myHTTPClient);
.
vCloud SDK for PHP Developer's Guide
26
VMware, Inc.
1
...
...
24
25
26
27
28
...
...
34