Go to the source code of this file.
◆ base()
Definition at line 3 of file base.php.
4{
5
7 $f =
$DIC->ui()->factory();
8 $renderer =
$DIC->ui()->renderer();
9
10 $back = $f->button()->standard("previous", "http://www.ilias.de");
11 $next = $f->button()->standard("next", "http://www.github.com");
12
13
14 $button = $f->button()->standard("Today", "");
15 $view_control_section = $f->viewControl()->section($back, $button, $next);
16 $html = $renderer->render($view_control_section);
18}
References $DIC, and $html.