Class Mage_Api2_Model_Request
API Request model
- Zend_Controller_Request_Http
- Mage_Api2_Model_Request
Direct known subclasses
Mage_Api2_Model_Request_Internal
Package: Mage\Api2
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Api2/Model/Request.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Api2/Model/Request.php
public
|
|
protected
|
|
public
array
|
#
getAcceptTypes( )
Retrieve accept types understandable by requester in a form of array sorted by quality descending |
public
string
|
|
public
array
|
|
public
string
|
|
public
mixed
|
|
public
string|null
|
|
public
string
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
array
|
|
public
string
|
|
public
string
|
|
public
string|null
|
|
public
boolean
|
#
isAssocArrayInRequestBody( )
It checks if the array in the request body is an associative one. It is required for definition of the dynamic aaction type (multi or single) |
string |
REQUEST_CHARSET
|
'utf-8' |
#
Character set which must be used in request |
string |
QUERY_PARAM_REQ_ATTRS
|
'attrs' |
#
Name of query ($_GET) parameters to use in navigation and so on |
string |
QUERY_PARAM_PAGE_NUM
|
'page' |
|
string |
QUERY_PARAM_PAGE_SIZE
|
'limit' |
|
string |
QUERY_PARAM_ORDER_FIELD
|
'order' |
|
string |
QUERY_PARAM_ORDER_DIR
|
'dir' |
|
string |
QUERY_PARAM_FILTER
|
'filter' |
protected
|
$_interpreter |
|
#
Interpreter adapter |
protected
array
|
$_bodyParams |
|
#
Body params |