Add $id to read method

This commit is contained in:
Mike Jolley 2016-02-05 15:20:11 +00:00
parent d4dfec797c
commit 2a4a1bc9a8
1 changed files with 2 additions and 1 deletions

View File

@ -34,8 +34,9 @@ interface WC_Data {
/**
* Read object from the database.
* @param int ID of the object to load.
*/
public function read();
public function read( $id );
/**
* Updates object data in the database.