5include_once(
"./Services/Awareness/classes/class.ilAwarenessUserProvider.php");
 
   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"];
 
An exception for terminatinating execution or to throw for unit testing.
Test provider, adds all users.
getProviderId()
Get provider id.
getTitle()
Provider title (used in awareness overlay and in administration settings)
__construct()
Constructor.
getInfo()
Provider info (used in administration settings)
getInitialUserSet()
Get initial set of users.
A class that provides a collection of users for the awareness tool.
getOnlineUserFilter()
Get online user filter.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc