Class Zend_XmlRpc_Request
XmlRpc Request object
Encapsulates an XmlRpc request, holding the method call and all parameters. Provides accessors for these, as well as the ability to load from XML and to create the XML request string.
Additionally, if errors occur setting the method or parsing XML, a fault is
generated and stored in Zend_XmlRpc_Request::$_fault
; developers may check for it using
Zend_XmlRpc_Request::isFault()
and Zend_XmlRpc_Request::getFault()
.
Package: Zend\XmlRpc
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Version: $Id: Request.php 20208 2010-01-11 22:37:37Z lars $
Located at code/core/Zend/XmlRpc/Request.php
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Version: $Id: Request.php 20208 2010-01-11 22:37:37Z lars $
Located at code/core/Zend/XmlRpc/Request.php
public
|
|
public
|
|
public
string
|
|
public
boolean
|
|
public
string
|
|
public
|
|
public
|
|
public
array
|
|
public
array
|
|
public
boolean
|
|
public
boolean
|
|
public
null|Zend_XmlRpc_Fault
|
|
protected
array
|
|
public
string
|
|
public
string
|
protected
string
|
$_encoding | 'UTF-8' |
#
Request character encoding |
protected
string
|
$_method |
|
#
Method to call |
protected
string
|
$_xml |
|
#
XML request |
protected
array
|
$_params | array() |
#
Method parameters |
protected
Zend_XmlRpc_Fault
|
$_fault | null |
#
Fault object, if any |
protected
array
|
$_types | array() |
#
XML-RPC type for each param |
protected
array
|
$_xmlRpcParams | array() |
#
XML-RPC request params |