Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Amazon_Abstract Class Reference
Inheritance diagram for Zend_Service_Amazon_Abstract:
Collaboration diagram for Zend_Service_Amazon_Abstract:

Public Member Functions

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

Static Public Member Functions

static setKeys ($accessKey, $secretKey)

Protected Member Functions

 _getAccessKey ()
 _getSecretKey ()

Protected Attributes

 $_secretKey
 $_accessKey

Static Protected Attributes

static $_defaultAccessKey = null
static $_defaultSecretKey = null

Detailed Description

Definition at line 38 of file Abstract.php.


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

Definition at line 81 of file Abstract.php.


Member Function Documentation

_getAccessKey ( ) [protected]

Method to fetch the Access Key

Returns:
string

Definition at line 105 of file Abstract.php.

Here is the caller graph for this function:

_getSecretKey ( ) [protected]

Method to fetch the Secret AWS Key

Returns:
string

Definition at line 115 of file Abstract.php.

Here is the caller graph for this function:

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

Definition at line 68 of file Abstract.php.


Field Documentation

$_accessKey [protected]

Definition at line 58 of file Abstract.php.

$_defaultAccessKey = null [static, protected]

Definition at line 43 of file Abstract.php.

$_defaultSecretKey = null [static, protected]

Definition at line 48 of file Abstract.php.

$_secretKey [protected]

Definition at line 53 of file Abstract.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations