Go to the source code of this file.
◆ base()
Definition at line 3 of file base.php.
References $DIC, and Vendor\Package\$f.
7 $f = $DIC->ui()->factory();
8 $renderer = $DIC->ui()->renderer();
11 $descriptive =
$f->listing()->descriptive(
13 "Title 1" =>
"Description 1",
14 "Title 2" =>
"Description 2",
15 "Title 3" =>
"Description 3"]
19 return $renderer->render($descriptive);