ILIAS  trunk Revision v12.0_alpha-1227-g7ff6d300864
sort.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
36function sort()
37{
38 global $DIC;
39 $f = $DIC->ui()->factory();
40 $renderer = $DIC->ui()->renderer();
41
42 $glyph = $f->symbol()->glyph()->sort();
43
44 //Showcase the various states of this Glyph
45 $list = $f->listing()->descriptive([
46 "Standard" => $glyph,
47 "Highlighted" => $glyph->withHighlight(),
48 ]);
49
50 return $renderer->render($list);
51}
$renderer
global $DIC
Definition: shib_login.php:26