From 3abeee2d7d655521d51427ca0469524e6d7e2c98 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 7 Dec 2016 13:38:53 +0100 Subject: [PATCH] Code comment --- htdocs/user/class/user.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php index 75af1dae8e3..7fae93b6a6e 100644 --- a/htdocs/user/class/user.class.php +++ b/htdocs/user/class/user.class.php @@ -2440,6 +2440,7 @@ class User extends CommonObject * Return and array with all instanciated first level children users of current user * * @return void + * @see getAllChildIds */ function get_children() { @@ -2602,6 +2603,7 @@ class User extends CommonObject * Return list of all child users id in herarchy (all sublevels). * * @return array Array of user id lower than user. This overwrite this->users. + * @see get_children */ function getAllChildIds() {