ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $a_parent_id) | |
setParentId (int $a_parent_id) | |
getParentId () | |
Static Public Member Functions | |
static | _getFolderIds (bool $access_with_orgunit=false) |
static | _getAllUserIds (int $a_filter=0) |
static | _getUserFolderId () |
Data Fields | |
ilDBInterface | $db |
int | $parent_id |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Helper class for local user accounts (in categories)
Definition at line 24 of file class.ilLocalUser.php.
ilLocalUser::__construct | ( | int | $a_parent_id | ) |
Definition at line 29 of file class.ilLocalUser.php.
|
static |
int | $a_filter |
Definition at line 92 of file class.ilLocalUser.php.
References $DIC, $ilDB, $query, $res, and ILIAS\Repository\int().
Referenced by ilLocalUserGUI\assignSave(), ilObjCategoryGUI\assignSaveObject(), ilObjUserFolderGUI\getActionUserIds(), ilLocalUserGUI\performDeleteUsers(), ilObjCategoryGUI\performDeleteUsersObject(), and ilObjUserFolderGUI\viewObject().
|
static |
bool | $access_with_orgunit |
Definition at line 54 of file class.ilLocalUser.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\int(), ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
Referenced by ilUserTableGUI\getItems(), ilUserTableGUI\getUserIdsForFilter(), ilUserFilter\init(), and ilUserTableGUI\initFilter().
|
static |
Definition at line 125 of file class.ilLocalUser.php.
Referenced by ilObjUserFolderGUI\getActionUserIds(), and ilObjUserFolderGUI\viewObject().
ilLocalUser::getParentId | ( | ) |
ilLocalUser::setParentId | ( | int | $a_parent_id | ) |
Definition at line 40 of file class.ilLocalUser.php.
ilDBInterface ilLocalUser::$db |
Definition at line 26 of file class.ilLocalUser.php.
int ilLocalUser::$parent_id |
Definition at line 27 of file class.ilLocalUser.php.
Referenced by getParentId().