|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for ilLocalUser:Public Member Functions | |
| ilLocalUser ($a_parent_id) | |
| Constructor @access public. More... | |
| 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 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 59 of file class.ilLocalUser.php.
References $ilDB, $query, $res, $row, DB_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:| ilLocalUser::_getUserData | ( | $a_filter | ) |
Definition at line 43 of file class.ilLocalUser.php.
References ilObjUser\_getAllUserData().
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:| ilLocalUser::getParentId | ( | ) |
| ilLocalUser::ilLocalUser | ( | $a_parent_id | ) |
Constructor @access 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().