Zend Framework  1.12
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
Zend_Service_Amazon_Abstract Class Reference

Public Member Functions

 __construct ($accessKey=null, $secretKey=null)
 Create Amazon client.
 

Static Public Member Functions

static setKeys ($accessKey, $secretKey)
 Set the keys to use when accessing SQS.
 
- Static Public Member Functions inherited from Zend_Service_Abstract
static setHttpClient (Zend_Http_Client $httpClient)
 Sets the HTTP client object to use for retrieving the feeds.
 
static getHttpClient ()
 Gets the HTTP client object.
 

Protected Member Functions

 _getAccessKey ()
 Method to fetch the Access Key.
 
 _getSecretKey ()
 Method to fetch the Secret AWS Key.
 

Protected Attributes

 $_secretKey
 
 $_accessKey
 

Static Protected Attributes

static $_defaultAccessKey = null
 
static $_defaultSecretKey = null
 
- Static Protected Attributes inherited from Zend_Service_Abstract
static $_httpClient = null
 

Constructor & Destructor Documentation

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

Create Amazon client.

Parameters
string$access_keyOverride the default Access Key
string$secret_keyOverride the default Secret Key
Returns
void

Member Function Documentation

_getAccessKey ( )
protected

Method to fetch the Access Key.

Returns
string
_getSecretKey ( )
protected

Method to fetch the Secret AWS Key.

Returns
string
static setKeys (   $accessKey,
  $secretKey 
)
static

Set the keys to use when accessing SQS.

Parameters
string$access_keySet the default Access Key
string$secret_keySet the default Secret Key
Returns
void

Member Data Documentation

$_accessKey
protected
$_defaultAccessKey = null
staticprotected
$_defaultSecretKey = null
staticprotected
$_secretKey
protected