Zend Framework
1.12
|
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 | 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 | $_httpClient = null |
__construct | ( | $accessKey = null , |
|
$secretKey = null |
|||
) |
Create Amazon client.
string | $access_key | Override the default Access Key |
string | $secret_key | Override the default Secret Key |
|
protected |
Method to fetch the Access Key.
|
protected |
Method to fetch the Secret AWS Key.
|
static |
Set the keys to use when accessing SQS.
string | $access_key | Set the default Access Key |
string | $secret_key | Set the default Secret Key |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |