37 $this->parent_id = $a_parent_id;
42 $this->parent_id = $a_parent_id;
55 bool $access_with_orgunit =
false 60 $access = $DIC->access();
61 $rbacsystem = $DIC[
'rbacsystem'];
64 $query =
"SELECT DISTINCT(time_limit_owner) as parent_id FROM usr_data ";
69 if (!$row->parent_id || (
int) $row->parent_id ===
USER_FOLDER_ID) {
72 $parent[] = (
int) $row->parent_id;
77 if ($rbacsystem->checkAccess(
'read_users', $row->parent_id) ||
79 || $rbacsystem->checkAccess(
'cat_administrate_users', $row->parent_id)) {
80 if ($row->parent_id) {
81 $parent[] = (
int) $row->parent_id;
100 if (self::_getFolderIds()) {
101 $where =
"WHERE " .
$ilDB->in(
"time_limit_owner", self::_getFolderIds(),
false,
"integer") .
" ";
109 $where =
"WHERE time_limit_owner = " .
$ilDB->quote($a_filter,
"integer") .
" ";
114 $query =
"SELECT usr_id FROM usr_data " . $where;
118 while ($row =
$ilDB->fetchObject(
$res)) {
119 $users[] = (
int) $row->usr_id;
static _getAllUserIds(int $a_filter=0)
setParentId(int $a_parent_id)
const ORG_OP_EDIT_USER_ACCOUNTS
__construct(int $a_parent_id)
static _getUserFolderId()
static _getFolderIds(bool $access_with_orgunit=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...