Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

__call(
string $method, array $params
)
:
mixed
Proxy method calls to the SOAPClient instance, transforming method calls and responses for convenience.
Inherited from: \Zend_Service_StrikeIron_Base::__call()Name | Type | Description |
---|---|---|
$method | string | Method name |
$params | array | Parameters for method |
Type | Description |
---|---|
mixed | Result |
Exception | Description |
---|---|
\Zend_Service_StrikeIron_Exception |

__construct(
array $options
=
array
)
:
void
Class constructor
Inherited from: \Zend_Service_StrikeIron_Base::__construct()Name | Type | Description |
---|---|---|
$options | array | Key/value pair options |
Exception | Description |
---|---|
\Zend_Service_StrikeIron_Exception |

_initSoapClient(
)
:
void
Initialize the SOAPClient instance
Inherited from: \Zend_Service_StrikeIron_Base::_initSoapClient()
_initSoapHeaders(
)
:
void
Initialize the headers to pass to SOAPClient->__soapCall()
Inherited from: \Zend_Service_StrikeIron_Base::_initSoapHeaders()Exception | Description |
---|---|
\Zend_Service_StrikeIron_Exception |

_transformCall(
string $method, $params
)
:
array
Transform a method name or method parameters before sending them to the remote service. This can be useful for inflection or other transforms to give the method call a more PHP-like interface.
Inherited from: \Zend_Service_StrikeIron_Base::_transformCall()Name | Type | Description |
---|---|---|
$method | string | Method name called from PHP |
$params |
Type | Description |
---|---|
array | [$method, $params] for SOAPClient->__soapCall() |

_transformResult(
object $result, string $method, array $params
)
:
mixed
Transform the result returned from a method before returning it to the PHP caller. This can be useful for transforming the SOAPClient returned result to be more PHP-like.
Inherited from: \Zend_Service_StrikeIron_Base::_transformResult()The $method name and $params passed to the method are provided to allow decisions to be made about how to transform the result based on what was originally called.
Name | Type | Description |
---|---|---|
$result | object | Raw result returned from SOAPClient_>__soapCall() |
$method | string | Method name that was passed to SOAPClient->__soapCall() |
$params | array | Method parameters that were passed to SOAPClient->__soapCall() |
Type | Description |
---|---|
mixed | Transformed result |

getLastOutputHeaders(
)
:
array
Get the StrikeIron output headers returned with the last method response.
Inherited from: \Zend_Service_StrikeIron_Base::getLastOutputHeaders()Type | Description |
---|---|
array |

getSoapClient(
)
:
void
Get the SOAP Client instance for this service.
Inherited from: \Zend_Service_StrikeIron_Base::getSoapClient()
getSubscriptionInfo(
boolean $now
=
false, string $queryMethod
=
GetRemainingHits
)
:
\Zend_Service_StrikeIron_Decorator
Get the StrikeIron subscription information for this service.
Inherited from: \Zend_Service_StrikeIron_Base::getSubscriptionInfo()If any service method was recently called, the subscription info should have been returned in the SOAP headers so it is cached and returned from the cache. Otherwise, the getRemainingHits() method is called as a dummy to get the subscription info headers.
Name | Type | Description |
---|---|---|
$now | boolean | Force a call to getRemainingHits instead of cache? |
$queryMethod | string | Method that will cause SubscriptionInfo header to be sent |
Type | Description |
---|---|
\Zend_Service_StrikeIron_Decorator | Decorated subscription info |
Exception | Description |
---|---|
\Zend_Service_StrikeIron_Exception |

getWsdl(
)
:
string
Get the WSDL URL for this service.
Inherited from: \Zend_Service_StrikeIron_Base::getWsdl()Type | Description |
---|---|
string |