5 include_once(
"./Services/Awareness/classes/class.ilAwarenessUserProvider.php");
33 $this->lng->loadLanguageModule(
"user");
34 return $this->lng->txt(
"user_awrn_all_users");
44 $this->lng->loadLanguageModule(
"user");
45 return $this->lng->txt(
"user_awrn_all_users_info");
68 $set = $ilDB->query(
"SELECT usr_id FROM usr_data ");
69 while ($rec = $ilDB->fetchAssoc($set))
71 $ub[] = $rec[
"usr_id"];
getProviderId()
Get provider id.
getInitialUserSet()
Get initial set of users.
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)
Create styles array
The data for the language used.
getOnlineUserFilter()
Get online user filter.