1 <?php declare(strict_types = 1);
39 \ilUtil::sendSuccess(
$out,
true);
45 list(
$message, $rec_indentifier) = $err;
46 $errmsg[] = sprintf(
'<li>%s (%s)</li>', $rec_indentifier, $this->lng->txt(
$message));
53 .
'<ul>' . implode(
'', $errmsg) .
'</ul>';
Util around ilPRGMessageCollection factors and output collections.
withNewTopic(string $description)
showMessages(ilPRGMessageCollection $msg)
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
getMessageCollection(string $topic)
__construct(ilPRGMessageCollection $collection, ilLanguage $lng)
Holds information about multi-actions, mainly in context of member-assignemnts and status changes...