Public Member Functions | Protected Attributes

Zend_Json_Server_Request_Http Class Reference

Inheritance diagram for Zend_Json_Server_Request_Http:
Zend_Json_Server_Request

Public Member Functions

 __construct ()
 getRawJson ()

Protected Attributes

 $_rawJson

Detailed Description

Definition at line 33 of file Http.php.


Constructor & Destructor Documentation

__construct (  )

Constructor

Pull JSON request from raw POST body and use to populate request.

Returns:
void

Definition at line 48 of file Http.php.


Member Function Documentation

getRawJson (  )

Get JSON from raw POST body

Returns:
string

Definition at line 62 of file Http.php.


The documentation for this class was generated from the following file: