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