Class Mage_Api2_Helper_Data
Webservice API2 data helper
- Mage_Core_Helper_Abstract
- Mage_Api2_Helper_Data
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/Helper/Data.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/Helper/Data.php
protected static
integer
|
|
public
array
|
#
getAuthAdapters( boolean $enabledOnly = false )
Retrieve Auth adapters info from configuration file as array |
public
array
|
|
public
array
|
#
getRequestInterpreterAdapters( )
Get interpreter type for Request body according to Content-type HTTP header |
public
array
|
#
getResponseRenderAdapters( )
Get interpreter type for Request body according to Content-type HTTP header |
public
boolean
|
|
public
array
|
#
getAllowedAttributes( string $userType, string $resourceId, string $operation )
Get allowed attributes of a rule |
public
boolean
|
|
public
string
|
string |
XML_PATH_API2_REQUEST_INTERPRETERS
|
'global/api2/request/interpreters' |
#
Request interpret adapters |
string |
XML_PATH_API2_RESPONSE_RENDERS
|
'global/api2/response/renders' |
#
Response render adapters |
string |
XML_PATH_AUTH_ADAPTERS
|
'global/api2/auth_adapters' |
#
Config paths |
string |
XML_PATH_USER_TYPES
|
'global/api2/user_types' |
$_layout,
$_moduleName,
$_request
|