30 protected \ilLanguage
$lng;
31 protected \ilDBInterface
$db;
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"];
user()
Get the current user.
database()
Get interface to the Database.
Customizing of pimple-DIC for ILIAS.
static _getAllSupportContactsOfUser(int $a_usr_id, string $a_type)
Get all support contacts for a user.
language()
Get interface to the i18n service.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...