Class Zend_XmlRpc_Value

Description

Represent a native XML-RPC value entity, used as parameters for the methods called by the Zend_XmlRpc_Client object and as the return value for those calls.

This object as a very important static function Zend_XmlRpc_Value::getXmlRpcValue, this function acts likes a factory for the Zend_XmlRpc_Value objects

Using this function, users/Zend_XmlRpc_Client object can create the Zend_XmlRpc_Value objects from PHP variables, XML string or by specifing the exact XML-RPC natvie type

Located in /Zend/XmlRpc/Value.php (line 70)


	
			
Direct descendents
Class Constant Summary
 AUTO_DETECT_TYPE = 'auto_detect'
 XMLRPC_TYPE_ARRAY = 'array'
 XMLRPC_TYPE_BASE64 = 'base64'
 XMLRPC_TYPE_BOOLEAN = 'boolean'
 XMLRPC_TYPE_DATETIME = 'dateTime.iso8601'
 XMLRPC_TYPE_DOUBLE = 'double'
 XMLRPC_TYPE_STRING = 'string'
 XMLRPC_TYPE_STRUCT = 'struct'
 XML_STRING = 'xml'
Variable Summary
mixed $_as_dom
mixed $_as_xml
mixed $_type
mixed $_value
Method Summary
static Zend_XmlRpc_Value getXmlRpcValue (mixed $value, [ $type = self::AUTO_DETECT_TYPE], Zend_XmlRpc_Value::constant $type )
DOMElement getAsDOM ()
string getAsXML ()
string getType ()
mixed getValue ()
void _stripXmlDeclaration ( $dom)
Variables
mixed $_as_dom (line 94)

DOMElement representation of object (will be calculated only once)

  • access: protected
mixed $_as_xml (line 89)

XML code representation of this object (will be calculated only once)

  • access: protected
mixed $_type (line 84)

The native XML-RPC type of this object

One of the XMLRPC_TYPE_* constants

  • access: protected
mixed $_value (line 78)

The native XML-RPC representation of this object's value

If the native type of this object is array or struct, this will be an array of Zend_XmlRpc_Value objects

  • access: protected
Methods
static method getXmlRpcValue (line 181)

Creates a Zend_XmlRpc_Value* object, representing a native XML-RPC value

A XmlRpcValue object can be created in 3 ways:

  1. Autodetecting the native type out of a PHP variable (if $type is not set or equal to Zend_XmlRpc_Value::AUTO_DETECT_TYPE)
  2. By specifing the native type ($type is one of the Zend_XmlRpc_Value::XMLRPC_TYPE_* constants)
  3. From a XML string ($type is set to Zend_XmlRpc_Value::XML_STRING)
By default the value type is autodetected according to it's PHP type

  • access: public
static Zend_XmlRpc_Value getXmlRpcValue (mixed $value, [ $type = self::AUTO_DETECT_TYPE], Zend_XmlRpc_Value::constant $type )
  • mixed $value
  • Zend_XmlRpc_Value::constant $type
  • $type
getAsDOM (line 151)

Return DOMElement representation of object

  • access: public
DOMElement getAsDOM ()
getAsXML (line 144)

Return the XML code that represent a native MXL-RPC value

  • access: public
  • abstract:
string getAsXML ()

Redefined in descendants as:
getType (line 125)

Get the native XML-RPC type (the type is one of the Zend_XmlRpc_Value::XMLRPC_TYPE_* constants)

  • access: public
string getType ()
getValue (line 136)

Return the value of this object, convert the XML-RPC native value into a PHP variable

  • access: public
  • abstract:
mixed getValue ()

Redefined in descendants as:
_stripXmlDeclaration (line 160)
  • access: protected
void _stripXmlDeclaration ( $dom)
  • DOMDocument $dom
Class Constants
AUTO_DETECT_TYPE = 'auto_detect' (line 99)

Specify that the XML-RPC native type will be auto detected from a PHP variable type

XMLRPC_TYPE_ARRAY = 'array' (line 116)
XMLRPC_TYPE_BASE64 = 'base64' (line 115)
XMLRPC_TYPE_BOOLEAN = 'boolean' (line 112)
XMLRPC_TYPE_DATETIME = 'dateTime.iso8601' (line 114)
XMLRPC_TYPE_DOUBLE = 'double' (line 111)
XMLRPC_TYPE_I4 = 'i4' (line 109)

All the XML-RPC native types

XMLRPC_TYPE_INTEGER = 'int' (line 110)
XMLRPC_TYPE_STRING = 'string' (line 113)
XMLRPC_TYPE_STRUCT = 'struct' (line 117)
XML_STRING = 'xml' (line 104)

Specify that the XML-RPC value will be parsed out from a given XML code

Documentation generated on Sun, 29 Oct 2006 21:27:36 -0600 by phpDocumentor 1.3.0RC6