Interface Saveable
For classes that are saved to a database or disk.
Item must have a gettable/settable 'id' property for this interface as well
Located at core/Interfaces.php
public
|
|
public
|
#
getTableData( )
Get an array of this item's saveable data, should match exact with the table it saves in |