doxygen
This commit is contained in:
parent
95141550fa
commit
c269229aab
@ -110,7 +110,7 @@ function dispatchedOrders()
|
||||
* ordered
|
||||
*
|
||||
* @param int $product_id Product id
|
||||
* @return void
|
||||
* @return string|null
|
||||
*/
|
||||
function ordered($product_id)
|
||||
{
|
||||
@ -155,7 +155,7 @@ function ordered($product_id)
|
||||
* getProducts
|
||||
*
|
||||
* @param int $order_id Order id
|
||||
* @return void
|
||||
* @return array|array[integer]
|
||||
*/
|
||||
function getProducts($order_id)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user