API Documentation

Service/Amazon/Query.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Amazon
version
$Id: Query.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Amazon_Query

Description

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.

Zend_Service_Amazon_Query

Extends from
Zend_Service_Amazon
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Amazon
Properties
$_search
$_searchIndex
Methods
__call
search

Description

Properties

$_search

array $_search = 'array'

Search parameters

Details

$_search
array
visibility
protected
default
array
final
false
static
false

$_searchIndex

string $_searchIndex = 'null'

Search index

Details

$_searchIndex
string
visibility
protected
default
null
final
false
static
false

Methods

__call

__call( string $method, array $args ) : Zend_Service_Amazon_Query

Prepares query parameters

Arguments
$method
string
$args
array
Output
Zend_Service_Amazon_Query
Provides a fluent interface
Details
visibility
public
final
false
static
false
throws

search

search( ) : Zend_Service_Amazon_Item|Zend_Service_Amazon_ResultSet

Search using the prepared query

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.