API Documentation

Service/Amazon/Abstract.php

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.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service  
subpackage
Amazon  
version
$Id: Abstract.php 23953 2011-05-03 05:47:39Z ralph $  

\Zend_Service_Amazon_Abstract

Abstract Amazon class that handles the credentials for any of the Web Services that Amazon offers

Extends from
\Zend_Service_Abstract
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service  
subpackage
Amazon  

Properties

Propertyprotectedstring  $_accessKey= ''

Amazon Access Key
Details
Type
string
Propertyprotectedstring  $_defaultAccessKey= 'null'
static

Amazon Access Key
Default valuenullDetails
Type
string
Propertyprotectedstring  $_defaultSecretKey= 'null'
static

Amazon Secret Key
Default valuenullDetails
Type
string
Propertyprotectedstring  $_secretKey= ''

Amazon Secret Key
Details
Type
string

Methods

methodpublic__construct(  $accessKey = null,  $secretKey = null ) : void

Create Amazon client.

Parameters
Name Type Description
$accessKey
$secretKey
methodprotected_getAccessKey( ) : string

Method to fetch the Access Key

Returns
Type Description
string
methodprotected_getSecretKey( ) : string

Method to fetch the Secret AWS Key

Returns
Type Description
string
methodpublicgetHttpClient( ) : \Zend_Http_Client
static

Gets the HTTP client object.

Inherited from: \Zend_Service_Abstract::getHttpClient()
Returns
Type Description
\Zend_Http_Client
methodpublicsetHttpClient( \Zend_Http_Client $httpClient ) : void
static

Sets the HTTP client object to use for retrieving the feeds. If none is set, the default Zend_Http_Client will be used.

Inherited from: \Zend_Service_Abstract::setHttpClient()
Parameters
Name Type Description
$httpClient \Zend_Http_Client
methodpublicsetKeys(  $accessKey,  $secretKey ) : void
static

Set the keys to use when accessing SQS.

Parameters
Name Type Description
$accessKey
$secretKey
Documentation was generated by DocBlox 0.13.3.