Abstract Class Zend_Service_Amazon_Abstract

Description

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

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • abstract:
  • license: New BSD License

Located in /Service/Amazon/Abstract.php (line 38)

Zend_Service_Abstract
   |
   --Zend_Service_Amazon_Abstract
Direct descendents
Class Description
 class Zend_Service_Amazon_S3 Amazon S3 PHP connection class
Abstract class Zend_Service_Amazon_Ec2_Abstract Provides the basic functionality to send a request to the Amazon Ec2 Query API
 class Zend_Service_Amazon_Sqs Class for connecting to the Amazon Simple Queue Service (SQS)
Variable Summary
 static string $_defaultAccessKey
 static string $_defaultSecretKey
 string $_accessKey
 string $_secretKey
Method Summary
 static void setKeys ( $accessKey,  $secretKey, string $access_key, string $secret_key)
 void __construct ([ $accessKey = null], [ $secretKey = null], string $access_key, string $secret_key)
 string _getAccessKey ()
 string _getSecretKey ()
Variables
static string $_defaultAccessKey = null (line 43)
  • var: Amazon Access Key
  • access: protected
static string $_defaultSecretKey = null (line 48)
  • var: Amazon Secret Key
  • access: protected
string $_accessKey (line 58)
  • var: Amazon Access Key
  • access: protected
string $_secretKey (line 53)
  • var: Amazon Secret Key
  • access: protected

Inherited Variables

Inherited from Zend_Service_Abstract

Zend_Service_Abstract::$_httpClient
Methods
static setKeys (line 68)

Set the keys to use when accessing SQS.

  • access: public
static void setKeys ( $accessKey,  $secretKey, string $access_key, string $secret_key)
  • string $access_key: Set the default Access Key
  • string $secret_key: Set the default Secret Key
  • $accessKey
  • $secretKey
Constructor __construct (line 81)

Create Amazon client.

  • access: public
void __construct ([ $accessKey = null], [ $secretKey = null], string $access_key, string $secret_key)
  • string $access_key: Override the default Access Key
  • string $secret_key: Override the default Secret Key
  • $accessKey
  • $secretKey

Redefined in descendants as:
_getAccessKey (line 105)

Method to fetch the Access Key

  • access: protected
string _getAccessKey ()
_getSecretKey (line 115)

Method to fetch the Secret AWS Key

  • access: protected
string _getSecretKey ()

Inherited Methods

Inherited From Zend_Service_Abstract

 Zend_Service_Abstract::getHttpClient()
 Zend_Service_Abstract::setHttpClient()

Documentation generated on Mon, 21 Jun 2010 15:05:00 -0400 by phpDocumentor 1.4.3