XMLRPCStructParameter Class Reference

Inheritance diagram for XMLRPCStructParameter:
XMLRPCParameter

List of all members.

Public Member Functions

 __construct ($parameters=NULL)
 Construct a struct.
 addField ($name, XMLRPCParameter $value)
 Add a field to the container.
 __toString ()
 Convert to string.

Detailed Description

Definition at line 9 of file XMLRPCStructParameter.php.


Constructor & Destructor Documentation

XMLRPCStructParameter::__construct ( parameters = NULL  ) 

Construct a struct.

Parameters:
array $parameters Optional associated array of parameters, if not provided then addField must be used.

Definition at line 16 of file XMLRPCStructParameter.php.


Member Function Documentation

XMLRPCStructParameter::__toString (  ) 

Convert to string.

Returns:
string

Definition at line 47 of file XMLRPCStructParameter.php.

XMLRPCStructParameter::addField ( name,
XMLRPCParameter value 
)

Add a field to the container.

Parameters:
string $name The name of the field.
XMLRPCParameter $value The value.
Returns:
void

Definition at line 34 of file XMLRPCStructParameter.php.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations
Generated on Thu May 23 00:01:26 2013 for Elgg by  doxygen 1.6.3