29 protected \ilLanguage
$lng;
30 protected \ilDBInterface
$db;
49 $this->
lng->loadLanguageModule(
"user");
50 return $this->
lng->txt(
"user_awrn_all_users");
59 $this->
lng->loadLanguageModule(
"user");
60 return $this->
lng->txt(
"user_awrn_all_users_info");
74 if (!is_null($user_ids)) {
77 $set =
$ilDB->query(
"SELECT usr_id FROM usr_data ");
78 while ($rec =
$ilDB->fetchAssoc($set)) {
79 $ub[] = (
int) $rec[
"usr_id"];
database()
Get interface to the Database.
getTitle()
Provider title (used in awareness overlay and in administration settings)
Customizing of pimple-DIC for ILIAS.
Test provider, adds all users.
isHighlighted()
Is highlighted.
language()
Get interface to the i18n service.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getInitialUserSet(?array $user_ids=null)
Get initial set of users.
getInfo()
Provider info (used in administration settings)
__construct(Container $DIC)