Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
3abeee2d
Commit
3abeee2d
authored
8 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Code comment
parent
1f75c2b1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/user/class/user.class.php
+2
-0
2 additions, 0 deletions
htdocs/user/class/user.class.php
with
2 additions
and
0 deletions
htdocs/user/class/user.class.php
+
2
−
0
View file @
3abeee2d
...
@@ -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
()
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment