Fix: doxygen
This commit is contained in:
parent
ac45051b53
commit
0725fea923
@ -573,9 +573,10 @@ class Categorie
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* check for the presence of an object in a category
|
* check for the presence of an object in a category
|
||||||
* @param string $type object type
|
*
|
||||||
* @param int $object_id id of the object to search
|
* @param string $type Type of category ('member', 'customer', 'supplier', 'product', 'contact')
|
||||||
* @return int nb number of occurrences
|
* @param int $object_id id of the object to search
|
||||||
|
* @return int number of occurrences
|
||||||
*/
|
*/
|
||||||
function containsObject($type, $object_id)
|
function containsObject($type, $object_id)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user