Add $id to read method
This commit is contained in:
parent
d4dfec797c
commit
2a4a1bc9a8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue