Class Ripcord_Client_MultiCall

Description

This class provides the fetch interface for system.multiCall. It is returned

when calling $client->system->multiCall() with no arguments. Upon construction it puts the originating client into multiCall deferred mode. The client will gather the requested method calls instead of executing them immediately. It will them execute all of them, in order, when calling $client->system->multiCall()->fetch(). This class extends Ripcord_Client only so it has access to its protected _multiCall property.

Located in /ripcord_client.php (line 313)

Ripcord_Client
   |
   --Ripcord_Client_MultiCall
Method Summary
Ripcord_Client_MultiCall __construct ( $client, [ $methodName = 'system.multiCall'])
void execute ()
void start ()
Variables
Methods
Constructor __construct (line 324)
  • access: public
Ripcord_Client_MultiCall __construct ( $client, [ $methodName = 'system.multiCall'])
  • $client
  • $methodName

Redefinition of:
Ripcord_Client::__construct()
The constructor for the RPC client.
execute (line 343)
  • access: public
void execute ()
start (line 334)
  • access: public
void start ()

Inherited Methods

Inherited From Ripcord_Client

Ripcord_Client::__construct()
Ripcord_Client::__call()
Ripcord_Client::__get()

Documentation generated on Tue, 16 Nov 2010 16:20:18 +0100 by phpDocumentor 1.4.3