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
/
MemberMessage.php
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2008-07-02
|
380 b
|
13 lines
<?PHP
/**
* Model for a member message
*
* @package Services_Ebay
* @author Carsten Lucke <luckec@php.net>
* @todo decide whether a response model would be useful?
* @todo perhaps a method getReferredItem(), that retrieved detailed item-information on request, would be useful
*/
class Services_Ebay_Model_MemberMessage extends Services_Ebay_Model
{
}
?>