Commit 7f7ca902 by TingSong-Syu

add function fetchAvailableOrders

parent baf04151
......@@ -34,6 +34,7 @@ use x2ts\rpc\RPCWrapper;
* @method Order[] fetchOrdersByUser(int $userId, string $condition = '', array $params = [])
* @method Order[] fetchOrdersByProduct(string $productName, string $condition = '', array $params = [])
* @method Order fetchOrderById(int $orderId)
* @method Order[] fetchAvailableOrders(int $userId, string $productName)
* @method array boughtProductHash(int $userId)
* @method string[] boughtProductNames(int $userId)
* @method Product[] boughtProducts(int $userId)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment