$tables
$tables :
A Product_Table factory.
create(array $args): \Barn2\Plugin\WC_Product_Table\Product_Table
Create a new table based on the supplied args.
array | $args | The args to use for the table. |
The product table object.
fetch(string $id): \Barn2\Plugin\WC_Product_Table\Product_Table
Fetch an existing table by ID.
string | $id | The product table ID. |
The product table object.