Abstract Amazon class that handles the credentials for any of the Web Services that Amazon offers

category Zend
package Zend_Service
subpackage Amazon
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Service_Abstract

 Methods

Create Amazon client.

__construct($accessKey = null, $secretKey = null) : void

Parameters

$accessKey

$secretKey

Gets the HTTP client object.

getHttpClient() : \Zend_Http_Client
InheritedStatic

Returns

\Zend_Http_Client

Sets the HTTP client object to use for retrieving the feeds. If none is set, the default Zend_Http_Client will be used.

setHttpClient(\Zend_Http_Client $httpClient) 
InheritedStatic

Parameters

$httpClient

\Zend_Http_Client

Set the keys to use when accessing SQS.

setKeys($accessKey, $secretKey) : void
Static

Parameters

$accessKey

$secretKey

Method to fetch the Access Key

_getAccessKey() : string

Returns

string

Method to fetch the Secret AWS Key

_getSecretKey() : string

Returns

string

 Properties

 

Amazon Access Key

$_accessKey : string

Default

 

Amazon Access Key

$_defaultAccessKey : string

Default

null
Static
 

Amazon Secret Key

$_defaultSecretKey : string

Default

null
Static
 

HTTP Client used to query all web services

$_httpClient : \Zend_Http_Client

Default

null
Static
 

Amazon Secret Key

$_secretKey : string

Default