Go to the source code of this file.
◆ note()
Definition at line 2 of file note.php.
References $DIC, and Vendor\Package\$f.
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
8 $glyph =
$f->symbol()->glyph()->note(
"#");
11 $list =
$f->listing()->descriptive([
13 "Inactive" => $glyph->withUnavailableAction(),
14 "Highlighted" => $glyph->withHighlight()
17 return $renderer->render($list);