41 $lng = $DIC->language();
56 $cmd = $this->ctrl->getCmd(
"sendIssueMail");
57 if (in_array($cmd, array(
"sendIssueMail"))) {
65 $back_url = $this->
http->request()->getServerParams()[
'HTTP_REFERER'];
66 $this->ctrl->redirectToURL(
85 $sig = chr(13) . chr(10) . chr(13) . chr(10) . chr(13) . chr(10);
86 $sig .= $this->lng->txt(
'report_accessibility_link');
87 $sig .= chr(13) . chr(10);
89 $sig = rawurlencode(base64_encode($sig));
107 return implode(
',', $logins);
119 $ctrl = $DIC->ctrl();
120 $user = $DIC->user();
121 $http = $DIC->http();
122 $lng = $DIC->language();
123 $rbac_system = $DIC->rbac()->system();
126 if (count($contacts) > 0) {
128 return $ctrl->getLinkTargetByClass(
"ilaccessibilitysupportcontactsgui",
"");
134 isset(
$http->request()->getServerParams()[
'HTTPS'])
135 &&
$http->request()->getServerParams()[
'HTTPS'] !==
'off' 137 $url = $request_scheme .
'://' 138 .
$http->request()->getServerParams()[
'HTTP_HOST']
139 .
$http->request()->getServerParams()[
'REQUEST_URI'];
140 return "mailto:" . $mails .
"?body=%0D%0A%0D%0A" .
$lng->txt(
"report_accessibility_link_mailto") .
"%0A" . rawurlencode(
$url);
155 $lng = $DIC->language();
156 return $lng->txt(
"report_accessibility_issue");
static _lookupLogin($a_user_id)
lookup login
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
static http()
Fetches the global http state from ILIAS.
static getMailObjectRefId()
Determines the reference id of the mail object and stores this information in a local cache variable...