Fix doxygen
This commit is contained in:
parent
ded55f41fb
commit
6540bc0061
@ -882,7 +882,7 @@ class Categorie extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* List categories of an element id
|
* List categories of an element id
|
||||||
*
|
*
|
||||||
* @param int $item Id of element
|
* @param int $id Id of element
|
||||||
* @param string $type Type of category ('member', 'customer', 'supplier', 'product', 'contact')
|
* @param string $type Type of category ('member', 'customer', 'supplier', 'product', 'contact')
|
||||||
* @param string $sortfield Sort field
|
* @param string $sortfield Sort field
|
||||||
* @param string $sortorder Sort order
|
* @param string $sortorder Sort order
|
||||||
|
|||||||
@ -285,6 +285,8 @@ class Comment extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* Load comments linked with current task
|
* Load comments linked with current task
|
||||||
*
|
*
|
||||||
|
* @param string $element_type Element type
|
||||||
|
* @param int $fk_element Id of element
|
||||||
* @return array Comment array
|
* @return array Comment array
|
||||||
*/
|
*/
|
||||||
public static function fetchAllFor($element_type, $fk_element)
|
public static function fetchAllFor($element_type, $fk_element)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user