public function WSClientEndpointInterface::__construct in Web service client 7
1 method overrides WSClientEndpointInterface::__construct()
File
- ./
wsclient.inc, line 176 - Web service client - include file.
Class
- WSClientEndpointInterface
- Interface for remote endpoints. In case of any errors the implementing classes should throw exceptions.
Code
public function __construct(WSClientServiceDescription $service);