home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / php / PEAR / Services / Ebay / Model / Transaction.php < prev    next >
Encoding:
PHP Script  |  2008-07-02  |  241 b   |  14 lines

  1. <?PHP
  2. /**
  3.  * Model for a eBay transaction
  4.  *
  5.  *
  6.  * @package Services_Ebay
  7.  * @author  Stephan Schmidt <schst@php.net>
  8.  *
  9.  * @todo    build buyer object
  10.  */
  11. class Services_Ebay_Model_Transaction extends Services_Ebay_Model
  12. {
  13. }
  14. ?>