Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Service_Amazon_Query Class Reference

Public Member Functions

 __call ($method, $args)
 Prepares query parameters.
 
 search ()
 Search using the prepared query.
 
- Public Member Functions inherited from Zend_Service_Amazon
 __construct ($appId, $countryCode= 'US', $secretKey=null)
 Constructs a new Amazon Web Services Client.
 
 itemSearch (array $options)
 Search for Items.
 
 itemLookup ($asin, array $options=array())
 Look up item(s) by ASIN.
 
 getRestClient ()
 Returns a reference to the REST client.
 
 setRestClient (Zend_Rest_Client $client)
 Set REST client.
 

Protected Attributes

 $_search = array()
 
 $_searchIndex = null
 
- Protected Attributes inherited from Zend_Service_Amazon
 $_secretKey = null
 
 $_baseUri = null
 
 $_baseUriList
 
 $_rest = null
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Service_Amazon
static computeSignature ($baseUri, $secretKey, array $options)
 Compute Signature for Authentication with Amazon Product Advertising Webservices.
 
static buildRawSignature ($baseUri, $options)
 Build the Raw Signature Text.
 
- Public Attributes inherited from Zend_Service_Amazon
 $appId
 
- Protected Member Functions inherited from Zend_Service_Amazon
 _prepareOptions ($query, array $options, array $defaultOptions)
 Prepare options for request.
 
- Static Protected Member Functions inherited from Zend_Service_Amazon
static _checkErrors (DOMDocument $dom)
 Check result for errors.
 

Member Function Documentation

__call (   $method,
  $args 
)

Prepares query parameters.

Parameters
string$method
array$args
Exceptions
Zend_Service_Exception
Returns
Zend_Service_Amazon_Query Provides a fluent interface
See Also
Zend_Service_Exception
search ( )

Search using the prepared query.

Returns
Zend_Service_Amazon_Item|Zend_Service_Amazon_ResultSet

Member Data Documentation

$_search = array()
protected
$_searchIndex = null
protected