amazOOP amazOOP
[ class tree: amazOOP ] [ index: amazOOP ] [ all elements ]

Class: BlendedSearch

Source Location: /other.class.php

Class Overview

AmazonResponse
   |
   --BlendedSearch
This is one of the classes returned when querying AWS.

Author(s):

Version: 0.3RC1

Copyright: 2004 (c) Mauricio Diaz Orlich

Methods


Inherited Methods:

Class: AmazonResponse

AmazonResponse::getErrorMessage()
An error message returned by AWS.
AmazonResponse::isBlendedSearch()
Test to determine if the top node of the search is a BlendedSearch node.
AmazonResponse::isProductInfo()
Test to determine if the top node of the search is a ProductInfo node.
AmazonResponse::isShoppingCart()
Test to determine if the top node of the search is a ShoppingCartResponse node.
AmazonResponse::requestArgument()
Gets an argument from the Request node of the AWS feed.

Class Details [line 339]

This is one of the classes returned when querying AWS.

This class is only returned when you query AWS doing a BlendedSearch.




Tags:

Version:  0.3RC1
  
License:  GNU General Public License
  
Copyright:  2004 (c) Mauricio Diaz Orlich
  
Author:  Mauricio Diaz <madd0@users.sourceforge.net>
  
See:  AmazonQuery::query()


[ Top ]


Class Methods


constructor BlendedSearch [line 356]

BlendedSearch BlendedSearch( )

Default constructor.

Prepares the class.




[ Top ]

method getProductLine [line 379]

ProductLine|boolean getProductLine( [integer $number = 0])

Gets one of the product lines returned by the Blended search.

A Product Line is an object wich contains a mode and a ProductInfo object.

Product lines are returned by AWS in no particular order. As far as I know, up to 15 product lines can be returned in each search.




Tags:

Return:  the requested product line from the list, or false if the requested position of the list does not contain a product line.
  
See:  ProductLine


Parameters:

integer   $number   the product line you want to get from the list. If set to 0 (default), a random product line from the list is returned.

[ Top ]

 
Documentation generated on Sat, 21 Aug 2004 17:40:41 +0200 by phpDocumentor 1.3.0RC3
hosted by
SourceForge.net Logo