Go to the source code of this file.
◆ base()
Definition at line 3 of file base.php.
4{
5
8 $renderer =
$DIC->ui()->renderer();
9
10
11 $ordered =
$f->listing()->ordered(
12 ["Point 1","Point 2","Point 3"]
13 );
14
15
16 return $renderer->render($ordered);
17}
References $DIC, and $f.