5 include_once(
"./Services/Awareness/classes/class.ilAwarenessUserProvider.php");
24 parent::__construct();
26 $this->db = $DIC->database();
46 $this->lng->loadLanguageModule(
"user");
47 return $this->lng->txt(
"user_awrn_all_users");
57 $this->lng->loadLanguageModule(
"user");
58 return $this->lng->txt(
"user_awrn_all_users_info");
77 $set =
$ilDB->query(
"SELECT usr_id FROM usr_data ");
78 while ($rec =
$ilDB->fetchAssoc($set)) {
79 $ub[] = $rec[
"usr_id"];
getProviderId()
Get provider id.
getInitialUserSet()
Get initial set of users.
__construct()
Constructor.
getInfo()
Provider info (used in administration settings)
A class that provides a collection of users for the awareness tool.
Test provider, adds all users.
getTitle()
Provider title (used in awareness overlay and in administration settings)
getOnlineUserFilter()
Get online user filter.