Moodle  2.2.1
http://www.collinsharper.com
Zend_XmlRpc_Value_Collection Class Reference
Inheritance diagram for Zend_XmlRpc_Value_Collection:
Collaboration diagram for Zend_XmlRpc_Value_Collection:

Public Member Functions

 __construct ($value)
 getValue ()

Detailed Description

Definition at line 37 of file Collection.php.


Constructor & Destructor Documentation

__construct ( value)

Set the value of a collection type (array and struct) native types

Parameters:
array$value

Reimplemented in Zend_XmlRpc_Value_Array, and Zend_XmlRpc_Value_Struct.

Definition at line 45 of file Collection.php.

Here is the call graph for this function:


Member Function Documentation

getValue ( )

Return the value of this object, convert the XML-RPC native collection values into a PHP array

Returns:
arary

Reimplemented from Zend_XmlRpc_Value.

Definition at line 64 of file Collection.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations