Method: Data stores can define additional functions (for example, coupons have some helper methods for increasing or decreasing usage). This passes through to the instance if that function exists.
Source: includes/class-wc-data-store.php:203
Method: Re-run the constructor with the object type.
Source: includes/class-wc-data-store.php:125
Method: Loads a data store.
Source: includes/class-wc-data-store.php:138
Method: Returns the class name of the current data store.
Source: includes/class-wc-data-store.php:148
Method: Reads an object from the data store.
Source: includes/class-wc-data-store.php:158
Method: Create an object in the data store.
Source: includes/class-wc-data-store.php:168
Method: Update an object in the data store.
Source: includes/class-wc-data-store.php:178
Method: Delete an object from the data store.
Source: includes/class-wc-data-store.php:189
Source: includes/class-wc-data-store.php:15
Method: Tells WC_Data_Store which object (coupon, product, order, etc) store we want to work with.
Source: includes/class-wc-data-store.php:80