checkstyle
This commit is contained in:
parent
b9c36e6e0a
commit
aea668f68b
@ -226,11 +226,12 @@ class Link extends CommonObject
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Loads all links from database
|
* Loads all links from database
|
||||||
* @param array $links array of Link objects to fill
|
*
|
||||||
|
* @param array &$links array of Link objects to fill
|
||||||
* @param string $objecttype type of the associated object in dolibarr
|
* @param string $objecttype type of the associated object in dolibarr
|
||||||
* @param int $objectid id of the associated object in dolibarr
|
* @param int $objectid id of the associated object in dolibarr
|
||||||
* @param string $sortfield field used to sort
|
* @param string $sortfield field used to sort
|
||||||
* @param string $sortorder
|
* @param string $sortorder sort order
|
||||||
* @return 1 if ok, 0 if no records, -1 if error
|
* @return 1 if ok, 0 if no records, -1 if error
|
||||||
*
|
*
|
||||||
* */
|
* */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user