Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Abstract Amazon class that handles the credentials for any of the Web Services that Amazon offers
string $_accessKey = ''
Detailsstring $_defaultAccessKey = 'null'
Detailsstring $_defaultSecretKey = 'null'
Detailsstring $_secretKey = ''
Details__construct(
$accessKey
=
null, $secretKey
=
null
)
:
voidCreate Amazon client.
Details_getAccessKey(
)
:
stringMethod to fetch the Access Key
Details_getSecretKey(
)
:
stringMethod to fetch the Secret AWS Key
DetailssetKeys(
$accessKey, $secretKey
)
:
voidSet the keys to use when accessing SQS.
Details