Go to the source code of this file.
◆ stateful()
Definition at line 2 of file stateful.php.
References $DIC, and Vendor\Package\$f.
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
8 $btn_engaged =
$f->button()->standard(
"Goto ILIAS",
"http://www.ilias.de")
9 ->withEngagedState(
true);
11 return $renderer->render($btn_engaged);