|
| __construct ($options=array()) |
| Class constructor.
|
|
| __call ($method, $params) |
| Proxy method calls to the SOAPClient instance, transforming method calls and responses for convenience.
|
|
| getWsdl () |
| Get the WSDL URL for this service.
|
|
| getSoapClient () |
| Get the SOAP Client instance for this service.
|
|
| getLastOutputHeaders () |
| Get the StrikeIron output headers returned with the last method response.
|
|
| getSubscriptionInfo ($now=false, $queryMethod= 'GetRemainingHits') |
| Get the StrikeIron subscription information for this service.
|
|
| _initSoapClient () |
| Initialize the SOAPClient instance.
|
|
| _initSoapHeaders () |
| Initialize the headers to pass to SOAPClient->__soapCall()
|
|
| _transformCall ($method, $params) |
| Transform a method name or method parameters before sending them to the remote service.
|
|
| _transformResult ($result, $method, $params) |
| Transform the result returned from a method before returning it to the PHP caller.
|
|