Class XMLRPCStructParameter
A structure containing other XMLRPCParameter objects.
-
XMLRPCParameter
-
XMLRPCStructParameter
Methods summary
public
|
#
__construct( array $parameters = NULL )
Construct a struct.
Parameters
- $parameters
array $parameters Optional associated array of parameters, if not provided then
addField must be used.
Overrides
|
public
|
#
addField( string $name, XMLRPCParameter $value )
Add a field to the container.
Add a field to the container.
Parameters
- $name
string $name The name of the field.
- $value
XMLRPCParameter
$value The value.
|
public
string
|
|