|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct () | |
| getRawJson () | |
Public Member Functions inherited from Zend_Json_Server_Request | |
| setOptions (array $options) | |
| addParam ($value, $key=null) | |
| addParams (array $params) | |
| setParams (array $params) | |
| getParam ($index) | |
| getParams () | |
| setMethod ($name) | |
| getMethod () | |
| isMethodError () | |
| setId ($name) | |
| getId () | |
| setVersion ($version) | |
| getVersion () | |
| loadJson ($json) | |
| toJson () | |
| __toString () | |
Protected Attributes | |
| $_rawJson | |
Protected Attributes inherited from Zend_Json_Server_Request | |
| $_id | |
| $_isMethodError = false | |
| $_method | |
| $_methodRegex = '/^[a-z][a-z0-9_.]*$/i' | |
| $_params = array() | |
| $_version = '1.0' | |
| __construct | ( | ) |
Constructor
Pull JSON request from raw POST body and use to populate request.
Definition at line 48 of file Http.php.