Detailed Description
Definition at line 36 of file Amazon.php.
Constructor & Destructor Documentation
| __construct |
( |
$ |
appId, |
|
|
$ |
countryCode = 'US', |
|
|
$ |
secretKey = null |
|
) |
| |
Constructs a new Amazon Web Services Client
- Parameters:
-
| string | $appId | Developer's Amazon appid |
| string | $countryCode | Country code for Amazon service; may be US, UK, DE, JP, FR, CA |
- Exceptions:
-
- Returns:
- Zend_Service_Amazon
- See also:
- Zend_Service_Exception
Definition at line 83 of file Amazon.php.
Member Function Documentation
| static _checkErrors |
( |
DOMDocument $ |
dom | ) |
[static, protected] |
Prepare options for request
- Parameters:
-
| string | $query | Action to perform |
| array | $options | User supplied options |
| array | $defaultOptions | Default options |
- Returns:
- array
Definition at line 227 of file Amazon.php.
Build the Raw Signature Text
- Parameters:
-
| string | $baseUri | |
| array | $options | |
- Returns:
- string
Definition at line 280 of file Amazon.php.
Compute Signature for Authentication with Amazon Product Advertising Webservices
- Parameters:
-
| string | $baseUri | |
| string | $secretKey | |
| array | $options | |
- Returns:
- string
Definition at line 263 of file Amazon.php.
Field Documentation
$_baseUri = null [protected] |
$_baseUriList [protected] |
Initial value: array('US' => 'http://webservices.amazon.com',
'UK' => 'http://webservices.amazon.co.uk',
'DE' => 'http://webservices.amazon.de',
'JP' => 'http://webservices.amazon.co.jp',
'FR' => 'http://webservices.amazon.fr',
'CA' => 'http://webservices.amazon.ca')
Definition at line 60 of file Amazon.php.
$_rest = null [protected] |
$_secretKey = null [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Service/Amazon.php