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.
$_options = 'array'
Configuration options
$_outputHeaders = 'array'
Output headers returned by the last call to SOAPClient->__soapCall()
__call(
string $method, array $params
)
:
mixed
Proxy method calls to the SOAPClient instance, transforming method calls and responses for convenience.
__construct(
array $options
=
array
)
:
Class constructor
_initSoapClient(
)
:
void
Initialize the SOAPClient instance
_initSoapHeaders(
)
:
void
Initialize the headers to pass to SOAPClient->__soapCall()
_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.
_transformResult(
$result $result, $method $method, $params $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.
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.
getLastOutputHeaders(
)
:
array
Get the StrikeIron output headers returned with the last method response.
getSoapClient(
)
:
Get the SOAP Client instance for this service.
getSubscriptionInfo(
boolean $now
=
false, string $queryMethod
=
GetRemainingHits
)
:
Zend_Service_StrikeIron_Decorator
Get the StrikeIron subscription information for this service.
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.
getWsdl(
)
:
string
Get the WSDL URL for this service.