Class dom_xmlrpc_methods

Description

Represents an XML-RPC server method

Located in /includes/domit/dom_xmlrpc_server.php (line 476)


	
			
Variable Summary
array $methods
Method Summary
void addMethod (object The &$method)
object A &getMethod (string $name)
array getMethodNames ()
Variables
array $methods = array() (line 478)
  • var: A list of methods
Methods
addMethod (line 484)

Adds a method to the method array

void addMethod (object The &$method)
  • object The &$method: method to be added
getMethod (line 493)

Retrieves a method from the method array

  • return: reference to the requested method
object A &getMethod (string $name)
  • string $name: The name of the method
getMethodNames (line 505)

Retrieves a list of methods in the method array

  • return: A list of methods in the method array
array getMethodNames ()

Documentation generated on Fri, 4 Mar 2005 13:56:06 +1000 by phpDocumentor 1.3.0RC3