Code comment
This commit is contained in:
parent
e26cb0f238
commit
bfb628dab6
@ -2601,8 +2601,9 @@ 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).
|
||||||
|
* Note: Calling this function also reste full list of users into $this->users.
|
||||||
*
|
*
|
||||||
* @return array Array of user id lower than user. This overwrite this->users.
|
* @return array Array of user id lower than user (all levels under user).
|
||||||
* @see get_children
|
* @see get_children
|
||||||
*/
|
*/
|
||||||
function getAllChildIds()
|
function getAllChildIds()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user