mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Qual : phpdoc
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user