45 $cmd = $this->
ctrl->getCmd(
"sendIssueMail");
46 if (in_array($cmd, array(
"sendIssueMail"))) {
53 $back_url = $this->
http->request()->getServerParams()[
"HTTP_REFERER"];
54 $this->
ctrl->redirectToURL(
70 $sig = chr(13) . chr(10) . chr(13) . chr(10) . chr(13) . chr(10);
71 $sig .= $this->
lng->txt(
"report_accessibility_link");
72 $sig .= chr(13) . chr(10);
74 $sig = rawurlencode(base64_encode($sig));
90 return implode(
",", $logins);
101 $rbac_system =
$DIC->rbac()->system();
104 if (count($contacts) > 0) {
112 isset(
$http->request()->getServerParams()[
"HTTPS"])
113 &&
$http->request()->getServerParams()[
"HTTPS"] !==
"off"
115 $url = $request_scheme .
"://"
116 .
$http->request()->getServerParams()[
"HTTP_HOST"]
117 .
$http->request()->getServerParams()[
"REQUEST_URI"];
118 return "mailto:" . $mails .
"?body=%0D%0A%0D%0A" .
$lng->
txt(
"report_accessibility_link_mailto") .
"%0A" . rawurlencode(
$url);
129 return $lng->
txt(
"report_accessibility_issue");
Class ilCtrl provides processing control methods.
getLinkTargetByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
@inheritDoc
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static getMailObjectRefId()
static _lookupLogin(int $a_user_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static http()
Fetches the global http state from ILIAS.