3 declare(strict_types=1);
43 $this->main_tpl = $DIC->ui()->mainTemplate();
44 $this->
http = $DIC->http();
47 $this->
ctrl = $DIC->ctrl();
48 $this->
lng = $DIC->language();
58 $next_class = $this->
ctrl->getNextClass($this);
59 $cmd = $this->
ctrl->getCmd();
61 switch ($next_class) {
70 if ($this->
http->wrapper()->post()->has($name)) {
71 return $this->
http->wrapper()->post()->retrieve(
83 if ($this->
http->wrapper()->query()->has(
'member_id')) {
84 return $this->
http->wrapper()->query()->retrieve(
94 if ($this->
http->wrapper()->query()->has(
'member_id')) {
97 $particpants = array_unique(array_merge(
107 if (!count($particpants)) {
108 $this->main_tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_checkbox"),
true);
109 $this->
ctrl->returnToParent($this);
113 foreach ($particpants as $usr_id) {
116 $this->
ctrl->redirectToURL(
123 'rcp_to' => implode(
',', $rcps),
134 $link = chr(13) . chr(10) . chr(13) . chr(10);
135 $link .= $this->
lng->txt($this->
getCurrentObject()->getObject()->getType() .
'_mail_permanent_link');
136 $link .= chr(13) . chr(10) . chr(13) . chr(10);
138 return rawurlencode(base64_encode($link));
Interface GlobalHttpState.
__construct(ilObjectGUI $object)
static http()
Fetches the global http state from ILIAS.
ilGlobalTemplateInterface $main_tpl
Class ilObjectGUI Basic methods of all Output classes.
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
sendMailToSelectedUsers()
initRecipientsFromPost(string $name)
static _lookupLogin(int $a_user_id)