|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ilLocalUser:Public Member Functions | |
| __construct ($a_parent_id) | |
| Constructor @access public. More... | |
| setParentId ($a_parent_id) | |
| getParentId () | |
Static Public Member Functions | |
| static | _getUserData ($a_filter) |
| static | _getFolderIds () |
| static | _getAllUserIds ($a_filter=0) |
| static | _getUserFolderId () |
Data Fields | |
| $db | |
| $parent_id | |
Definition at line 12 of file class.ilLocalUser.php.
| ilLocalUser::__construct | ( | $a_parent_id | ) |
Constructor @access public.
| string | scriptname |
| int | user_id |
Definition at line 24 of file class.ilLocalUser.php.
References $ilDB.
|
static |
Definition at line 88 of file class.ilLocalUser.php.
References $ilDB, $query, $res, $row, and _getFolderIds().
Referenced by ilLocalUserGUI\assignSave(), ilObjCategoryGUI\assignSaveObject(), ilLocalUserGUI\performDeleteUsers(), and ilObjCategoryGUI\performDeleteUsersObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 58 of file class.ilLocalUser.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, and USER_FOLDER_ID.
Referenced by _getAllUserIds(), ilUserTableGUI\getItems(), ilUserTableGUI\getUserIdsForFilter(), ilUserFilter\init(), and ilUserTableGUI\initFilter().
Here is the caller graph for this function:
|
static |
Definition at line 42 of file class.ilLocalUser.php.
References ilObjUser\_getAllUserData().
Here is the call graph for this function:
|
static |
Definition at line 127 of file class.ilLocalUser.php.
| ilLocalUser::getParentId | ( | ) |
| 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().