Code comment

This commit is contained in:
Laurent Destailleur 2016-12-12 15:37:39 +01:00
parent e26cb0f238
commit bfb628dab6

View File

@ -2601,8 +2601,9 @@ class User extends CommonObject
/**
* 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
*/
function getAllChildIds()