Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 33d09468bb238c2e5fa59d38cfd7db7d > files > 4

php-pear-Services_Ebay-0.13.1-3.mga4.noarch.rpm

Services_Ebay models
--------------------
$Id$

1. User  -  Stores information about an eBay user

Public Methods:
 
 obj Feedback GetFeedback(int DetailLevel, int ItemsPerPage, int StartingPage)
 Array GetSellerList(array Arguments)
 
 2. Item  -  Stores information about an item
 
 Useful properties:
 
  $item->Seller is an instance of Services_Ebay_Model_User
 
 3. Feedback  -  Stores information about User Feedback
 
 Public Methos:
 
 obj FeedbackEntry GetEntry(int number)
 
 4. FeedbackEntry  -  Stores information about one entry 
 
 TODO:
 -----
 The following models possibly need to be implemented:
 
 - Category
 - CategoryList
 - Transaction
( - TransactionList )
 - Dispute
 - ProductFinder (is able to transform itself using a style sheet)