Zend Framework  1.12
Protected Attributes | List of all members
Zend_Service_StrikeIron_ZipCodeInfo Class Reference

Protected Attributes

 $_options
 Configuration options.
 
- Protected Attributes inherited from Zend_Service_StrikeIron_Base
 $_options
 Configuration options.
 
 $_outputHeaders = array()
 Output headers returned by the last call to SOAPClient->__soapCall()
 

Additional Inherited Members

- Public Member Functions inherited from Zend_Service_StrikeIron_Base
 __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.
 
- Protected Member Functions inherited from Zend_Service_StrikeIron_Base
 _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.
 

Member Data Documentation

$_options
protected
Initial value:
= array('username' => null,
'password' => null,
'client' => null,
'options' => null,
'headers' => null,
'wsdl' => 'http://sdpws.strikeiron.com/zf1.StrikeIron/sdpZIPCodeInfo?WSDL')

Configuration options.

Parameters
array