public function WSClientServiceDescription::__call in Web service client 7
Magic method to catch service invocations.
File
- ./
wsclient.inc, line 32 - Web service client - include file.
Class
- WSClientServiceDescription
- Class representing web service descriptions.
Code
public function __call($operation, $arguments) {
return $this
->invoke($operation, $arguments);
}