30     protected \ilLanguage 
$lng;
    31     protected \ilDBInterface 
$db;
    35         $this->db = $DIC->database();
    36         $this->
lng = $DIC->language();
    37         $this->
user = $DIC->user();
    46         return "crs_contacts";
    55         $this->
lng->loadLanguageModule(
"crs");
    56         return $this->
lng->txt(
"crs_awrn_support_contacts");
    65         $this->
lng->loadLanguageModule(
"crs");
    66         return $this->
lng->txt(
"crs_awrn_support_contacts_info");
    78         foreach ($support_contacts as 
$c) {
    79             $ub[] = (
int) $c[
"usr_id"];
 
static _getAllSupportContactsOfUser(int $a_usr_id, string $a_type)
Get all support contacts for a user. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...