Changeset 4737
- Timestamp:
- 07/27/07 20:58:26 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfAmazonECSPlugin/lib/BasesfAmazonECS.class.php
r4725 r4737 271 271 * 272 272 * @param int $ItemId A positive integer that unique identifies an item. 273 * @param string $IdType Type of item identifier used to look up an item. 273 274 * @param string $SearchIndex The product category to search. 274 275 * @param string $ResponseGroup Comma seperated list of ResponseGroups to include in the response … … 277 278 * @author Jonathan H. Wage 278 279 **/ 279 public function ItemLookup($ItemId, $ SearchIndex = null, $ResponseGroup = null, $params = array())280 public function ItemLookup($ItemId, $IdType = null, $SearchIndex = null, $ResponseGroup = null, $params = array()) 280 281 { 281 282 return $this->doOperation(__FUNCTION__, get_defined_vars(), $params); … … 293 294 * @author Jonathan H. Wage 294 295 **/ 295 public function ItemSearch($Keywords, $SearchIndex , $ItemPage = 1, $ResponseGroup = null, $params = array())296 public function ItemSearch($Keywords, $SearchIndex = null, $ItemPage = 1, $ResponseGroup = null, $params = array()) 296 297 { 297 298 return $this->doOperation(__FUNCTION__, get_defined_vars(), $params);