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

Public Member Functions

 __construct ()
 getRawRequest ()

Protected Attributes

 $_rawRequest

Detailed Description

Definition at line 38 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 AMF body is invalid, the request is declared a fault.

Returns:
void

Definition at line 55 of file Http.php.

Here is the call graph for this function:


Member Function Documentation

Retrieve raw AMF Request

Returns:
string

Definition at line 76 of file Http.php.


Field Documentation

$_rawRequest [protected]

Definition at line 44 of file Http.php.


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