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

Public Member Functions

 __construct ()
 getRawRequest ()

Protected Attributes

 $_xml

Detailed Description

Definition at line 39 of file Stdin.php.


Constructor & Destructor Documentation

Constructor

Attempts to read from php://stdin 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 56 of file Stdin.php.

Here is the call graph for this function:


Member Function Documentation

Retrieve the raw XML request

Returns:
string

Definition at line 80 of file Stdin.php.


Field Documentation

$_xml [protected]

Reimplemented from Zend_XmlRpc_Request.

Definition at line 45 of file Stdin.php.


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