Zend_Service_Amazon_AbstractAbstract Amazon class that handles the credentials for any of the Web Services that Amazon offers
Located in /Service/Amazon/Abstract.php (line 38)
Zend_Service_Abstract | --Zend_Service_Amazon_Abstract
| Class | Description |
|---|---|
Zend_Service_Amazon_S3
|
Amazon S3 PHP connection class |
Zend_Service_Amazon_Ec2_Abstract
|
Provides the basic functionality to send a request to the Amazon Ec2 Query API |
Zend_Service_Amazon_Sqs
|
Class for connecting to the Amazon Simple Queue Service (SQS) |
void
__construct
([ $accessKey = null], [ $secretKey = null], string $access_key, string $secret_key)
static string
$_defaultAccessKey
= null (line 43)
static string
$_defaultSecretKey
= null (line 48)
string
$_accessKey
(line 58)
string
$_secretKey
(line 53)
Inherited from Zend_Service_Abstract
Zend_Service_Abstract::$_httpClient
static setKeys (line 68)
Set the keys to use when accessing SQS.
Constructor __construct (line 81)
Create Amazon client.
_getAccessKey (line 105)
Method to fetch the Access Key
_getSecretKey (line 115)
Method to fetch the Secret AWS Key
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