29     protected \ilDBInterface 
$db;
    30     protected \ilLanguage 
$lng;
    34         $this->db = $DIC->database();
    35         $this->
lng = $DIC->language();
    40         return "adm_contacts";
    49         $this->
lng->loadLanguageModule(
"adm");
    50         return $this->
lng->txt(
"adm_support_contacts");
    59         $this->
lng->loadLanguageModule(
"adm");
    60         return $this->
lng->txt(
"adm_awrn_support_contacts_info");
    70         return \ilSystemSupportContacts::getValidSupportContactIds();
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...