|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for ilLocalUser:Public Member Functions | |
| ilLocalUser ($a_parent_id) | |
| Constructor public. | |
| setParentId ($a_parent_id) | |
| getParentId () | |
| _getUserData ($a_filter) | |
| _getFolderIds () | |
| _getAllUserIds ($a_filter=0) | |
| _getUserFolderId () | |
Data Fields | |
| $db | |
| $parent_id | |
Definition at line 12 of file class.ilLocalUser.php.
| ilLocalUser::_getAllUserIds | ( | $a_filter = 0 | ) |
Definition at line 78 of file class.ilLocalUser.php.
References $ilDB, $query, $res, $row, and _getFolderIds().
Referenced by ilObjCategoryGUI\assignSaveObject(), ilObjCategoryGUI\listUsersObject(), and ilObjCategoryGUI\performDeleteUsersObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLocalUser::_getFolderIds | ( | ) |
Definition at line 59 of file class.ilLocalUser.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by _getAllUserIds(), and ilObjCategoryGUI\listUsersObject().
Here is the caller graph for this function:| ilLocalUser::_getUserData | ( | $a_filter | ) |
Definition at line 43 of file class.ilLocalUser.php.
References ilObjUser\_getAllUserData().
Referenced by ilObjCategoryGUI\listUsersObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLocalUser::_getUserFolderId | ( | ) |
Definition at line 117 of file class.ilLocalUser.php.
Referenced by ilObjCategoryGUI\__buildFilterSelect().
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().