Method | Description | |
---|---|---|
getAvailability ( ) : string | Returns the availability. | |
getBrowseNode ( ) : integer | Returns the browseNodeId | |
getCategory ( ) : string | Return the amazon category | |
getCondition ( ) : string | Returns the condition of the items to return. New | Used | Collectible | Refurbished | All | |
getKeywords ( ) : string | Returns the keywords | |
getMaximumPrice ( ) : mixed | Returns the maximum price as integer so 8.99$ will be returned as 899 | |
getMinimumPrice ( ) : integer | Return the minimum price as integer so 8.99$ will be returned as 899 | |
getName ( ) | ||
getPage ( ) : integer | Return the resultpage | |
setAvailability ( string $availability ) : |
Sets the availability. Don't use method if you want the default Amazon behaviour. | |
setBrowseNode ( integer $browseNodeId ) : |
Sets the browseNodeId | |
setCategory ( string $category ) : |
Sets the amazon category | |
setCondition ( string $condition ) : |
Sets the condition of the items to return: New | Used | Collectible | Refurbished | All | |
setKeywords ( string $keywords ) : |
Sets the keywords | |
setMaximumPrice ( integer $price ) : |
Sets the maximum price to a specified value for the search Currency will be given by the site you are querying: EUR for IT, USD for COM Price should be given as integer. 8.99$ USD becomes 899 | |
setMinimumPrice ( integer $price ) : |
Sets the minimum price to a specified value for the search Currency will be given by the site you are querying: EUR for IT, USD for COM Price should be given as integer. 8.99$ USD becomes 899 | |
setPage ( integer $page ) : |
Sets the resultpage to a specified value Allows to browse resultsets which have more than one page |
Method | Description | |
---|---|---|
validatePrice ( integer $price ) | Validates the given price. |
public getAvailability ( ) : string | ||
return | string |
public getBrowseNode ( ) : integer | ||
return | integer |
public getCategory ( ) : string | ||
return | string |
public getCondition ( ) : string | ||
return | string |
public getMaximumPrice ( ) : mixed | ||
return | mixed |
public getMinimumPrice ( ) : integer | ||
return | integer |
public setAvailability ( string $availability ) : |
||
$availability | string | |
return |
public setBrowseNode ( integer $browseNodeId ) : |
||
$browseNodeId | integer | |
return |
public setCategory ( string $category ) : |
||
$category | string | |
return |
public setCondition ( string $condition ) : |
||
$condition | string | |
return |
public setKeywords ( string $keywords ) : |
||
$keywords | string | |
return |
public setMaximumPrice ( integer $price ) : |
||
$price | integer | |
return |
public setMinimumPrice ( integer $price ) : |
||
$price | integer | |
return |
protected validatePrice ( integer $price ) | ||
$price | integer |