Class dom_xmlrpc_methodmapper

Description

Represents a map of methods available to the server

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


	
			
Variable Summary
Method Summary
dom_xmlrpc_methodmapper dom_xmlrpc_methodmapper ()
void addMappedMethods (object The &$methodmap, mixed $methodNameList)
void addMethod (object The &$method)
object A &getMethod (string $name)
array getMethodNames ()
Variables
array $mappedmethods = array() (line 518)
  • var: The method map
array $unmappedmethods (line 520)
  • var: A dom_xmlrpc_methods instance
Methods
Constructor dom_xmlrpc_methodmapper (line 525)

Constructor: Instantiates a new methodmapper

dom_xmlrpc_methodmapper dom_xmlrpc_methodmapper ()
addMappedMethods (line 542)

Adds a method map to the method map

void addMappedMethods (object The &$methodmap, mixed $methodNameList)
  • object The &$methodmap: method map to be added
addMethod (line 533)

Adds a method to the method map

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

Retrieves a method from the method map

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

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:05 +1000 by phpDocumentor 1.3.0RC3