Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 80c85bd8af3c3e6f1d52f9e63d0ce450 > files > 4

php-pear-Services_Ebay-0.13.1-7.mga5.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)