Forgot comments to document news params for the modified methods

This commit is contained in:
DEMAREST Maxime (Indelog)
2020-04-29 10:00:29 +02:00
parent 40f1bed8d0
commit 1bd9372022
3 changed files with 14 additions and 9 deletions

View File

@@ -52,10 +52,12 @@ class CommandeStats extends Stats
/**
* Constructor
*
* @param DoliDB $db Database handler
* @param int $socid Id third party for filter. This value must be forced during the new to external user company if user is an external user.
* @param string $mode Option ('customer', 'supplier')
* @param int $userid Id user for filter (creation user)
* @param DoliDB $db Database handler
* @param int $socid Id third party for filter. This value must be forced during the new to external user company if user is an external user.
* @param string $mode Option ('customer', 'supplier')
* @param int $userid Id user for filter (creation user)
* @param int $typentid Id typent of thirdpary for filter
* @param int $categid Id category of thirdpary for filter
*/
public function __construct($db, $socid, $mode, $userid = 0, $typentid = 0, $categid = 0)
{