This class is used with the Ripcord_Client when calling system.multiCall. Instead of immediately calling the method on the rpc server, a Ripcord_Client_Call object is created with all the information needed to call the method using the multicall parameters. The call object is returned immediately and is used as input parameter for the multiCall call. The result of the call can be bound to a php variable. This variable will be filled with the result of the call when it is available.
Located in /ripcord_client.php (line 361)
A reference to the php variable to fill with the result of the call, if any.
The index in the multicall request array, if any.
The method to call on the rpc server
The arguments to pass on to the method.
The constructor for the Ripcord_Client_Call class.
This method allows you to bind a php variable to the result of this method call.
When the method call's result is available, the php variable will be filled with this result.
This method returns the correct format for a multiCall argument.
Documentation generated on Tue, 16 Nov 2010 16:20:18 +0100 by phpDocumentor 1.4.3