Skip to content
Snippets Groups Projects
Commit 3abeee2d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Code comment

parent 1f75c2b1
No related branches found
No related tags found
No related merge requests found
...@@ -2440,6 +2440,7 @@ class User extends CommonObject ...@@ -2440,6 +2440,7 @@ class User extends CommonObject
* Return and array with all instanciated first level children users of current user * Return and array with all instanciated first level children users of current user
* *
* @return void * @return void
* @see getAllChildIds
*/ */
function get_children() function get_children()
{ {
...@@ -2602,6 +2603,7 @@ class User extends CommonObject ...@@ -2602,6 +2603,7 @@ class User extends CommonObject
* Return list of all child users id in herarchy (all sublevels). * Return list of all child users id in herarchy (all sublevels).
* *
* @return array Array of user id lower than user. This overwrite this->users. * @return array Array of user id lower than user. This overwrite this->users.
* @see get_children
*/ */
function getAllChildIds() function getAllChildIds()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment