From f8a98c51bfb9ebcdbf7a58599a3f702ee40ea61d Mon Sep 17 00:00:00 2001 From: jfefe Date: Thu, 20 Feb 2014 01:41:45 +0100 Subject: [PATCH] Qual : phpdoc --- htdocs/webservices/server_productorservice.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/htdocs/webservices/server_productorservice.php b/htdocs/webservices/server_productorservice.php index 37e5dd7cdcc..87c1c829ee4 100644 --- a/htdocs/webservices/server_productorservice.php +++ b/htdocs/webservices/server_productorservice.php @@ -706,8 +706,14 @@ function getListOfProductsOrServices($authentication,$filterproduct) } -// return category infos and children -function getProductsForCategory($authentication,$id,$lang='') +/** + * getProductsForCategory + * + * @param array $authentication Array of authentication information + * @param array $id Category id + * @param $lang $lang Force lang + * @return array Array result + */function getProductsForCategory($authentication,$id,$lang='') { global $db,$conf,$langs;