Todo List
$Id: Model.php,v 1.1 2004/10/28 17:14:53 schst Exp $
The base class provides __set() and __get() as well as some other helper methods.
[line 30]
These are stored to check, which fields have been modified in the item
[line 44]
[line 20]
[line 37]
Services_Ebay_Model __construct( array $props, [ $session = null])
Overridden in child classes as:
array GetModifiedProperties( )
This does not involve an API-call
void setSession( Services_Ebay_Session $session)
array toArray( )
mixed __get( string $prop)
void __set( string $prop, mixed $value)