ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
sort_descending.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
42{
43 global $DIC;
44 $f = $DIC->ui()->factory();
45 $renderer = $DIC->ui()->renderer();
46
47 $glyph = $f->symbol()->glyph()->sortDescending("#");
48
49 //Showcase the various states of this Glyph
50 $list = $f->listing()->descriptive([
51 "Active" => $glyph,
52 "Inactive" => $glyph->withUnavailableAction(),
53 "Highlighted" => $glyph->withHighlight()
54 ]);
55
56 return $renderer->render($list);
57}
$renderer
global $DIC
Definition: shib_login.php:26