Class dom_xmlrpc_array_document

Description

An array of XML-RPC data wrapped in the DOM XML-RPC API

Located in /includes/domit/dom_xmlrpc_array_document.php (line 25)


	
			
Variable Summary
string $faultString
string $methodName
string $methodType
string $params
Method Summary
dom_xmlrpc_array_document dom_xmlrpc_array_document ()
int getFaultCode ()
string getFaultString ()
string getMethodName ()
string getMethodType ()
mixed &getParam (int $index)
int getParamCount ()
array &getParams ()
string getParamType (mixed $param)
boolean isFault ()
string toNormalizedString ()
string toString ()
Variables
int $faultCode = null (line 33)
  • var: The fault code, if one exists
string $faultString = null (line 35)
  • var: A description of the fault code, if one exists
string $methodName = "" (line 29)
  • var: The name of the requested method
string $methodType (line 27)
  • var: The type of method - response or fault
string $params = array() (line 31)
  • var: An array containing the method response params
Methods
Constructor dom_xmlrpc_array_document (line 40)

dom_xmlrpc_array_document constructor

dom_xmlrpc_array_document dom_xmlrpc_array_document ()
getFaultCode (line 98)

Returns the current fault code

  • return: The current fault code
int getFaultCode ()
getFaultString (line 106)

Returns the current fault string

  • return: The current fault string
string getFaultString ()
getMethodName (line 56)

Returns the method name

  • return: The method name
string getMethodName ()
getMethodType (line 48)

Returns the method type

  • return: The method type
string getMethodType ()
getParam (line 74)

Returns a reference to the specified param

  • return: A reference to the param
mixed &getParam (int $index)
  • int $index: The param index in the params array
getParamCount (line 82)

Returns the number of params in the params array

  • return: The number of params in the params array
int getParamCount ()
getParams (line 65)

Returns a reference to the params array

  • return: A reference to the params array
array &getParams ()
getParamType (line 115)

Returns the type of the specified param

  • return: The type of the specified param
string getParamType (mixed $param)
  • mixed $param: The param to be tested
isFault (line 90)

Determines whether the method response is a fault

  • return: True if the method response is a fault
boolean isFault ()
toNormalizedString (line 138)

Returns a formatted string representation of the parameters array

  • return: A formatted string representation of the parameters array
string toNormalizedString ()
toString (line 124)

Returns a string representation of the parameters array

  • return: A string representation of the parameters array
string toString ()

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