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

Public Member Functions

 __construct ()
 getRawRequest ()
 getHeaders ()
 getFullRequest ()

Protected Attributes

 $_headers
 $_xml

Detailed Description

Definition at line 39 of file Http.php.


Constructor & Destructor Documentation

Constructor

Attempts to read from php://input to get raw POST request; if an error occurs in doing so, or if the XML is invalid, the request is declared a fault.

Returns:
void

Definition at line 62 of file Http.php.

Here is the call graph for this function:


Member Function Documentation

Retrieve the full HTTP request, including headers and XML

Returns:
string

Definition at line 113 of file Http.php.

Here is the call graph for this function:

Get headers

Gets all headers as key => value pairs and returns them.

Returns:
array

Definition at line 93 of file Http.php.

Here is the caller graph for this function:

Retrieve the raw XML request

Returns:
string

Definition at line 81 of file Http.php.


Field Documentation

$_headers [protected]

Definition at line 45 of file Http.php.

$_xml [protected]

Reimplemented from Zend_XmlRpc_Request.

Definition at line 51 of file Http.php.


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