Blame | Letzte Änderung | Log anzeigen | RSS feed
Services_Ebay models--------------------$Id: models.txt,v 1.1 2004/10/28 17:14:53 schst Exp $1. User - Stores information about an eBay userPublic Methods:obj Feedback GetFeedback(int DetailLevel, int ItemsPerPage, int StartingPage)Array GetSellerList(array Arguments)2. Item - Stores information about an itemUseful properties:$item->Seller is an instance of Services_Ebay_Model_User3. Feedback - Stores information about User FeedbackPublic Methos:obj FeedbackEntry GetEntry(int number)4. FeedbackEntry - Stores information about one entryTODO:-----The following models possibly need to be implemented:- Category- CategoryList- Transaction( - TransactionList )- Dispute- ProductFinder (is able to transform itself using a style sheet)