containing other XMLRPCParameter objects. More...
Public Member Functions | |
| __construct ($parameters=NULL) | |
| Construct a struct. | |
| addField ($name, XMLRPCParameter $value) | |
| Add a field to the container. | |
| __toString () | |
containing other XMLRPCParameter objects.
Definition at line 221 of file xml-rpc.php.
| XMLRPCStructParameter::__construct | ( | $ | parameters = NULL |
) |
Construct a struct.
| array | $parameters Optional associated array of parameters, if not provided then addField must be used. |
Definition at line 228 of file xml-rpc.php.
| XMLRPCStructParameter::__toString | ( | ) |
Definition at line 253 of file xml-rpc.php.
| XMLRPCStructParameter::addField | ( | $ | name, | |
| XMLRPCParameter $ | value | |||
| ) |
Add a field to the container.
| string | $name The name of the field. | |
| XMLRPCParameter | $value The value. |
Definition at line 245 of file xml-rpc.php.
1.6.3