Qual : phpdoc

This commit is contained in:
jfefe 2014-02-20 01:41:45 +01:00
parent 75d2215733
commit f8a98c51bf

View File

@ -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;