19 declare(strict_types=1);
39 public function addItem(
string $label): void
41 $this->items[] = $label;
46 $tpl =
new ilTemplate(
'tpl.mail_new_attachments.html',
true,
true,
'Services/Mail');
48 foreach ($this->items as $item) {
49 $tpl->setCurrentBlock(
'attachment_list_item');
50 $tpl->setVariable(
'ATTACHMENT_LABEL', $item);
51 $tpl->parseCurrentBlock();
53 $tpl->setVariable(
'ATTACHMENT_BUTTON_LABEL', $this->buttonLabel);
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
setVariable($variable, $value='')
Sets a variable value.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
__construct(Container $dic, ilPlugin $plugin)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl