| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilLocalUser:
 Collaboration diagram for ilLocalUser:| Public Member Functions | |
| ilLocalUser ($a_parent_id) | |
| Constructor  public. | |
| setParentId ($a_parent_id) | |
| getParentId () | |
| _getUserData ($a_filter) | |
| _getAllUserIds ($a_filter=0) | |
| _getUserFolderId () | |
| Static Public Member Functions | |
| static | _getFolderIds () | 
| Data Fields | |
| $db | |
| $parent_id | |
Definition at line 12 of file class.ilLocalUser.php.
| ilLocalUser::_getAllUserIds | ( | $a_filter = 0 | ) | 
Definition at line 88 of file class.ilLocalUser.php.
References $ilDB, $query, $res, $row, and _getFolderIds().
Referenced by ilObjCategoryGUI\assignSaveObject(), and ilObjCategoryGUI\performDeleteUsersObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 59 of file class.ilLocalUser.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, and USER_FOLDER_ID.
Referenced by _getAllUserIds(), ilUserTableGUI\getItems(), ilUserFilter\init(), and ilUserTableGUI\initFilter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLocalUser::_getUserData | ( | $a_filter | ) | 
Definition at line 43 of file class.ilLocalUser.php.
References ilObjUser\_getAllUserData().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLocalUser::_getUserFolderId | ( | ) | 
Definition at line 127 of file class.ilLocalUser.php.
Referenced by ilObjCategoryGUI\__buildFilterSelect().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLocalUser::getParentId | ( | ) | 
Definition at line 37 of file class.ilLocalUser.php.
References $parent_id.
| ilLocalUser::ilLocalUser | ( | $a_parent_id | ) | 
Constructor public.
| string | scriptname | 
| int | user_id | 
Definition at line 24 of file class.ilLocalUser.php.
References $ilDB.
| ilLocalUser::setParentId | ( | $a_parent_id | ) | 
Definition at line 33 of file class.ilLocalUser.php.
| ilLocalUser::$db | 
Definition at line 14 of file class.ilLocalUser.php.
| ilLocalUser::$parent_id | 
Definition at line 16 of file class.ilLocalUser.php.
Referenced by getParentId().