30 protected \ilLanguage
$lng;
31 protected \ilDBInterface
$db;
35 $this->db = $DIC->database();
36 $this->
lng = $DIC->language();
37 $this->
user = $DIC->user();
46 return "mmbr_user_grpcrs";
55 $this->
lng->loadLanguageModule(
"mmbr");
56 return $this->
lng->txt(
"mmbr_awrn_my_groups_courses");
65 $this->
lng->loadLanguageModule(
"crs");
66 return $this->
lng->txt(
"mmbr_awrn_my_groups_courses_info");
84 "SELECT DISTINCT usr_id FROM obj_members " .
85 " WHERE " .
$ilDB->in(
"obj_id", $groups_and_courses_of_user,
false,
"integer") .
' ' .
86 'AND (admin > ' .
$ilDB->quote(0,
'integer') .
' ' .
87 'OR tutor > ' .
$ilDB->quote(0,
'integer') .
' ' .
88 'OR member > ' .
$ilDB->quote(0,
'integer') .
")" 91 while ($rec =
$ilDB->fetchAssoc($set)) {
92 $ub[] = (
int) $rec[
"usr_id"];
isHighlighted()
Is highlighted.
__construct(Container $DIC)
All members of the same courses/groups as the user.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getProviderId()
Get provider id.
getTitle()
Provider title (used in awareness overlay and in administration settings)
static _getMembershipByType(int $a_usr_id, array $a_type, bool $a_only_member_role=false)
get membership by type Get course or group membership
getInitialUserSet(?array $user_ids=null)
Get initial set of users.
getInfo()
Provider info (used in administration settings)