Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 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
?>