3 declare(strict_types=1);
    53             $this->tpl->setOnScreenMessage(
"success", 
$out, 
true);
    59                 [$message, $rec_indentifier] = $err;
    60                 $errmsg[] = sprintf(
'<li>%s (%s)</li>', $rec_indentifier, $this->
lng->txt($message));
    67             . 
'<ul>' . implode(
'', $errmsg) . 
'</ul>';
    69             $this->tpl->setOnScreenMessage(
"failure", $out, 
true);
 ilGlobalTemplateInterface $tpl
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
withNewTopic(string $description)
 
showMessages(ilPRGMessageCollection $msg)
 
getMessageCollection(string $topic)
 
__construct(ilPRGMessageCollection $collection, ilLanguage $lng, ilGlobalTemplateInterface $tpl)
 
ilPRGMessageCollection $collection
 
Holds information about multi-actions, mainly in context of member-assignemnts and status changes...