Go to the source code of this file.
◆ success()
Definition at line 2 of file success.php.
3{
6 $renderer =
$DIC->ui()->renderer();
7
8 $buttons = [
$f->button()->standard(
"Action",
"#"),
$f->button()->standard(
"Cancel",
"#")];
9
10 return $renderer->render(
$f->messageBox()->success(
"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.")->withButtons($buttons));
11}
References $DIC, and $f.
Referenced by php4DOMDocument\__construct(), and ilPCParagraph\setText().