Detailed Description
Definition at line 37 of file Base.php.
Constructor & Destructor Documentation
Member Function Documentation
Proxy method calls to the SOAPClient instance, transforming method calls and responses for convenience.
- Parameters:
-
| string | $method | Method name |
| array | $params | Parameters for method |
- Returns:
- mixed Result
- Exceptions:
-
- See also:
- Zend_Service_StrikeIron_Exception
Definition at line 87 of file Base.php.
Initialize the SOAPClient instance
- Returns:
- void
Definition at line 119 of file Base.php.
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.
- See also:
- __call()
- Parameters:
-
| string | $method | Method name called from PHP |
| mixed | $param | Parameters passed from PHP |
- Returns:
- array [$method, $params] for SOAPClient->__soapCall()
Definition at line 181 of file Base.php.
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.
- See also:
- __call()
- Parameters:
-
| $result | Raw result returned from SOAPClient_>__soapCall() |
| $method | Method name that was passed to SOAPClient->__soapCall() |
| $params | Method parameters that were passed to SOAPClient->__soapCall() |
- Returns:
- mixed Transformed result
Definition at line 201 of file Base.php.
Get the StrikeIron output headers returned with the last method response.
- Returns:
- array
Definition at line 236 of file Base.php.
Get the SOAP Client instance for this service.
Definition at line 226 of file Base.php.
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.
- Parameters:
-
| boolean | $now | Force a call to getRemainingHits instead of cache? |
| string | $queryMethod | Method that will cause SubscriptionInfo header to be sent |
- Returns:
- Zend_Service_StrikeIron_Decorator Decorated subscription info
- Exceptions:
-
- See also:
- Zend_Service_StrikeIron_Exception
Definition at line 253 of file Base.php.
Get the WSDL URL for this service.
- Returns:
- string
Definition at line 218 of file Base.php.
Field Documentation
$_outputHeaders = array() [protected] |
Output headers returned by the last call to SOAPClient->__soapCall()
- Parameters:
-
Definition at line 54 of file Base.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Service/StrikeIron/Base.php