29     protected \ilLanguage 
$lng;
    30     protected \ilDBInterface 
$db;
    34         $this->db = $DIC->database();
    35         $this->
lng = $DIC->language();
    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"];
 getInfo()
Provider info (used in administration settings) 
 
__construct(Container $DIC)
 
getTitle()
Provider title (used in awareness overlay and in administration settings) 
 
getInitialUserSet(?array $user_ids=null)
Get initial set of users. 
 
Test provider, adds all users. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
isHighlighted()
Is highlighted.