30 protected \ilLanguage
$lng;
31 protected \ILIAS\Awareness\StandardGUIRequest
$request;
32 protected \ILIAS\DI\RBACServices
$rbac;
33 protected \ilDBInterface
$db;
65 $this->
lng->loadLanguageModule(
"crs");
66 return $this->
lng->txt(
"crs_awrn_current_course");
75 $this->
lng->loadLanguageModule(
"crs");
76 return $this->
lng->txt(
"crs_awrn_current_course_info");
89 $rbacreview = $this->
rbac->review();
95 $ref_id = $this->request->getRefId();
98 foreach (
$path as $p) {
99 if ($p[
"type"] ==
"crs" &&
100 ($ilAccess->checkAccess(
"write",
"", $p[
"child"]) ||
102 $lrol = $rbacreview->getRolesOfRoleFolder($p[
"child"],
false);
103 $set =
$ilDB->query(
'SELECT DISTINCT(usr_id) FROM rbac_ua ' .
104 'WHERE ' .
$ilDB->in(
'rol_id', $lrol,
false,
'integer'));
109 while ($rec =
$ilDB->fetchAssoc($set)) {
110 $ub[] = $rec[
"usr_id"];
112 $awrn_logger->debug(
"ilAwarenessUserProviderCurrentCourse: obj_id: " . $p[
"obj_id"] .
", " .
113 "Collected User: " . $rec[
"usr_id"]);
static getLogger(string $a_component_id)
Get component logger.
database()
Get interface to the Database.
static lookupShowMembersEnabled(int $a_obj_id)
getProviderId()
Get provider id.
repositoryTree()
Get interface to the repository tree.
Customizing of pimple-DIC for ILIAS.
getInitialUserSet(?array $user_ids=null)
Get initial set of users.
getInfo()
Provider info (used in administration settings)
language()
Get interface to the i18n service.
rbac()
Get interface to get interfaces to all things rbac.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
All members of the same courses/groups as the user.
ILIAS DI RBACServices $rbac
access()
Get interface for access checks.
getTitle()
Provider title (used in awareness overlay and in administration settings)
__construct(Container $DIC)
ILIAS Awareness StandardGUIRequest $request
isHighlighted()
Is highlighted.