Class Horde_RPC_PhpSoap_Caller

Description

Located in /RPC/RPC/PhpSoap.php (line 156)


	
			
Variable Summary
Method Summary
 Horde_RPC_PhpSoap_Caller __construct ([ $params = array()])
 mixed __call (string $method, array $params, mixed $data)
Variables
array $_allowedMethods = array() (line 163)

List of method names to allow.

  • access: protected
Methods
Constructor __construct (line 167)
  • access: public
Horde_RPC_PhpSoap_Caller __construct ([ $params = array()])
  • $params
__call (line 193)

Will be registered as the handler for all methods called in the SOAP server and will call the appropriate function through the registry.

  • return: The result of the called registry method.
  • todo: PEAR SOAP operates on a copy of this object at some unknown point and therefore doesn't have access to instance variables if they're set here. Instead, globals are used to track the method name and args for the logging code. Once this is PHP 5-only, the globals can go in favor of instance variables.
  • access: public
mixed __call (string $method, array $params, mixed $data)
  • string $method: The name of the method called by the RPC request.
  • array $params: The passed parameters.
  • mixed $data: Unknown.

Documentation generated on Sun, 30 Jan 2011 05:20:38 +0000 by phpDocumentor 1.4.3