|
Moodle
2.2.1
http://www.collinsharper.com
|


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 |
Definition at line 38 of file Abstract.php.
| __construct | ( | $ | accessKey = null, |
| $ | secretKey = null |
||
| ) |
Create Amazon client.
| string | $access_key | Override the default Access Key |
| string | $secret_key | Override the default Secret Key |
Definition at line 81 of file Abstract.php.
| _getAccessKey | ( | ) | [protected] |
Method to fetch the Access Key
Definition at line 105 of file Abstract.php.

| _getSecretKey | ( | ) | [protected] |
Method to fetch the Secret AWS Key
Definition at line 115 of file Abstract.php.

| static setKeys | ( | $ | accessKey, |
| $ | secretKey | ||
| ) | [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 |
Definition at line 68 of file Abstract.php.
$_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.