Go to the source code of this file.
◆ base()
Definition at line 3 of file base.php.
References $DIC.
7 $f = $DIC->ui()->factory();
8 $renderer = $DIC->ui()->renderer();
11 $unordered = $f->listing()->unordered(
12 [
"Point 1",
"Point 2",
"Point 3"]
16 return $renderer->render($unordered);