5include_once(
"./Services/Awareness/classes/class.ilAwarenessUserProvider.php");
 
   23        return "crs_contacts";
 
   33        $this->lng->loadLanguageModule(
"crs");
 
   34        return $this->lng->txt(
"crs_awrn_support_contacts");
 
   44        $this->lng->loadLanguageModule(
"crs");
 
   45        return $this->lng->txt(
"crs_awrn_support_contacts_info");
 
   55        include_once(
"./Services/Membership/classes/class.ilParticipants.php");
 
   58        foreach ($support_contacts as 
$c) {
 
An exception for terminatinating execution or to throw for unit testing.
A class that provides a collection of users for the awareness tool.
static _getAllSupportContactsOfUser($a_usr_id, $a_type)
Get all support contacts for a user.